G
Guest
I am doing a query on a table containing data exported from a payroll system
and imported into Access. The table contains names. eg. Julie Anne
Some of the data has been entered incorrectly as only initials. eg. J or
JA or J A or J Anne etc
I have been able to get the records where there is a single character or a
space between the first character and the second eg. J A or J Anne by using
Like '[A-Z]' Or Like '[A-Z] *'
To return the fields with no space between the characters I have used the
expression Like '[A-Z][A-Z]' but this also returns records where the persons
first name contains only two letters eg. Bo - how do I return records where
the data is in uppercase only?
and imported into Access. The table contains names. eg. Julie Anne
Some of the data has been entered incorrectly as only initials. eg. J or
JA or J A or J Anne etc
I have been able to get the records where there is a single character or a
space between the first character and the second eg. J A or J Anne by using
Like '[A-Z]' Or Like '[A-Z] *'
To return the fields with no space between the characters I have used the
expression Like '[A-Z][A-Z]' but this also returns records where the persons
first name contains only two letters eg. Bo - how do I return records where
the data is in uppercase only?