sawilliams
Technical User
I want to query fields where there is a Space followed by a lowercase character. If I use criteria like:
I will get all entries with a space followed by an upper or lowercase letter "a". What can I enter in the criteria field to select ONLY space & lowercase "a"?
Seems like it ought to be easy but I can't find an answer. I have a very messy table of data to tidy. I know how to do a strConv to convert the entire field to Title Case but this database has an audit table that records all changes and who made them. Since my changes are purely cosmetic, I don't want to create tens of thousands of rows in the audit table updating entries that are already Title Case.
Any help would be greatly appreciated.
Code:
Like * a*
I will get all entries with a space followed by an upper or lowercase letter "a". What can I enter in the criteria field to select ONLY space & lowercase "a"?
Seems like it ought to be easy but I can't find an answer. I have a very messy table of data to tidy. I know how to do a strConv to convert the entire field to Title Case but this database has an audit table that records all changes and who made them. Since my changes are purely cosmetic, I don't want to create tens of thousands of rows in the audit table updating entries that are already Title Case.
Any help would be greatly appreciated.