G
Guest
I'm trying to update my table within a certain conditions. I want to replace a field with data for a certain condition, but I keep get a syntax error. Can someone help
Here is the code
UPDATE tblFirst SET year="2001" where dtOccDate=(between #01/01/2001# and #12/31/2001#)
Here is the code
UPDATE tblFirst SET year="2001" where dtOccDate=(between #01/01/2001# and #12/31/2001#)