T
Tom
I have a query that updates a few fields based on data entered. I
need for one of the fields to have the following information
incorporated into it based on the outcome of the other fields. I need
for the statement to take the outcome and check to see where it falls
in the following criteria and then enter the results:
Less than 1 =400
1 but less than 2 =300
2 but less than 4 =250
4 but less than 6 =150
6 but less than 8 =125
8 but less than 10 =100
10 but less than 12 =92.5
12 but less than 15 =85
15 but less than 22.5 =70
22.5 but less than 30 =65
30 or greater =60
so if the number is 7.95, I need for it to enter 125.
Any help is greatly appreciated.
Thanks,
Tom
need for one of the fields to have the following information
incorporated into it based on the outcome of the other fields. I need
for the statement to take the outcome and check to see where it falls
in the following criteria and then enter the results:
Less than 1 =400
1 but less than 2 =300
2 but less than 4 =250
4 but less than 6 =150
6 but less than 8 =125
8 but less than 10 =100
10 but less than 12 =92.5
12 but less than 15 =85
15 but less than 22.5 =70
22.5 but less than 30 =65
30 or greater =60
so if the number is 7.95, I need for it to enter 125.
Any help is greatly appreciated.
Thanks,
Tom