Ok I know there are several ways to just convert from lower case to uppercase and I know there are things like Expr1: Asc([CountLocation]) you can use with 80 to find all uppercase records in a query, but mine is a bit different and I'm wondering if it's even possible.
I have a text field called CountLocation. The format for this should be as follows:
MAIN STREET NAME: Cross Street Name
So what I want to do is search all the records that do not have all caps before the :
Then I want to search for all the records that only have all caps after the :
The only way I could think of doing it is, text delimiting the field in say Excel by the : and then putting that as a new table in access and searching that way. Too much work I think and not very efficient. So anyone have a clue how to do a partial search for uppercase and lower case as in my example above?
Thanks