pedie
Well-known Member
- Joined
- Apr 28, 2010
- Messages
- 3,875
Hi I need help with access query...
Current query does not work...
I am trying to use Update query to update the record in table if TOTALSALES"<40 then TOTALSALES records value = TOTALSALES + 1
Please advice.
Pedie
Current query does not work...
I am trying to use Update query to update the record in table if TOTALSALES"<40 then TOTALSALES records value = TOTALSALES + 1
Code:
[/FONT]
[FONT=Courier New]UPDATE rawdata SET rawdata.TOTALSALES = "TOTALSALES" + 1
WHERE (("TOTALSALES"<40));
Please advice.
Pedie