T
Thiazi
I have a unique calculation I need to produce and have the results
appear on an Access Report. I need to take the value of a value in a
column and essentially do the following:
if the value in the column is 15 - 20, assign a point value of 1
if the value in the column is 21 - 25, assign a point value of 2
if the value of the column is 26 - 30, assign a point value of 3
The column value will appear on the Access Report regardless, and I
need the point value to appear as well. How would I perform this
calculation in Access? I know in Excel I can perform it with the
LOOKUP command.
appear on an Access Report. I need to take the value of a value in a
column and essentially do the following:
if the value in the column is 15 - 20, assign a point value of 1
if the value in the column is 21 - 25, assign a point value of 2
if the value of the column is 26 - 30, assign a point value of 3
The column value will appear on the Access Report regardless, and I
need the point value to appear as well. How would I perform this
calculation in Access? I know in Excel I can perform it with the
LOOKUP command.