H
Haole
I have a table that has a number data field. In this field the allowable
numbers are between 0 and 3.
I want to run an update query which "reverses" the numbers for example if
the current number is 3 then I want to update it so it is 0.
Since the allowable numbers are 0, 1, 2, 3 I would need an update query to
do the following: 3=0, 2=1, 1=2, and 0 = 3.
numbers are between 0 and 3.
I want to run an update query which "reverses" the numbers for example if
the current number is 3 then I want to update it so it is 0.
Since the allowable numbers are 0, 1, 2, 3 I would need an update query to
do the following: 3=0, 2=1, 1=2, and 0 = 3.