N
NotGood@All
I have a table that has an auto number named recordnum, I want to update a
blank field F3, using this code; UPDATE test SET test.F3 = "2Q 06 Box 01"
WHERE ((("recordnum")>="2" And ("recordnum")<="95")); but I get 0 records
blank field F3, using this code; UPDATE test SET test.F3 = "2Q 06 Box 01"
WHERE ((("recordnum")>="2" And ("recordnum")<="95")); but I get 0 records