maybe because you designated it a “text” field? isn’t there a designation “date” for the fields, even tho you are using a custom format? I’m somewhere between a beginner and an intermediate user, but I’ve never had a problem getting my queries to work
I just tried this and it worked fine - replaced the old value (1/1/2007) in text field DATE FILLED with the new value 20070101.
If you have your FORMAT line filled in on the Criteria, it’s not going to find anything, because the current data won’t match what’s in the Criteria.
One note - it’ll be a lot easier if you don’t use spaces in your column names. Try using DATE_FILLED instead. Then you don’t get mucked up with the brackets.
Ohhhh okay. Now I see what I was doing wrong. Thank you!!! I kept the thinking the “Update to” was asking me where I wanted the updated data to go. Got it now.
I googled and I could not find anything that stated it that clearly.
Edit: I tried it and worked perfect. Thanks again!