G
Guest
i am using an update query to create a field in an access table based on the
value of another field:
If a < 0 then x = b
else
x = a + b.
I am using a+b as x in the select statement, but need to add the condition.
Thanks for any help offered.
value of another field:
If a < 0 then x = b
else
x = a + b.
I am using a+b as x in the select statement, but need to add the condition.
Thanks for any help offered.