Hello all - I'm sure this is simple but my googling yielded nothing. I'm trying to create an update query on a field that is supposed to have a specific naming convention and can't figure out how to phrase it in the query. The data in the field should be '1STA xx/xx/xx'. The xs in the data are actual dates, and there are many dates. Anything in the table that isn't created exactly like that is considered invalid and I need to update the table with a column indicating which rows are correct and leave the incorrect fields blank to enable me to pull them and correct them.
I've tried using spaces to just count the number of spaces but the query pulled 0 rows, e.g. '1STA '.
How can I phrase the criteria to pull just '1STA xx/xx/xx'?
Thanks all!
I've tried using spaces to just count the number of spaces but the query pulled 0 rows, e.g. '1STA '.
How can I phrase the criteria to pull just '1STA xx/xx/xx'?
Thanks all!