A procedure in an application needs to store tax rate data. The county of residence and the tax rate need to be stored. Write the appropriateDimstatements to declare the variables. Write an assignment statement that assigns .08 to the tax rate variable.

What will be an ideal response?

Dim strCounty As String
Dim decTaxRate As Decimal

decTaxRate = .08

Computer Science & Information Technology

You might also like to view...

Microsoft does not use IBMs version of SQL in Access

Indicate whether the statement is true or false

Computer Science & Information Technology

A time range picker can be included in a report.

a. true b. false

Computer Science & Information Technology