G
Guest
Hi there everyone! Using A02 on XP. Not a programmer but love all the help
I get in the newsgroups.
I have an imported table with a Number field (Field Size - Double) called
[Hours] that contains a 0, 1 or 2 (it may also be null).
I need to run an update query that will change the 0's to 499, 1's to 501
and 2's to 1000. Lastly, the nulls should become zeros (don't want them to
be 499's!).
I can write 4 update queries but I think maybe I should do a Case or Switch
statement. Not sure.
Could someone tell me what would be the best way to do this? Thanks in
advance for any help or advice!
I get in the newsgroups.
I have an imported table with a Number field (Field Size - Double) called
[Hours] that contains a 0, 1 or 2 (it may also be null).
I need to run an update query that will change the 0's to 499, 1's to 501
and 2's to 1000. Lastly, the nulls should become zeros (don't want them to
be 499's!).
I can write 4 update queries but I think maybe I should do a Case or Switch
statement. Not sure.
Could someone tell me what would be the best way to do this? Thanks in
advance for any help or advice!