Hi,
I have a table with a field called Address.
Address
17 John Street
12 New York Avenue
1 Penn Plaza
1235 Franklin Avenue
I would like to run a query that pulls only address that contains more than one space after the number.
in the above example I should only see the following in my new query:
12 New York Avenue
1 Penn Plaza
1235 Franklin Avenue
17 John Street should not be included because it has one space after number 17
Thanks
I have a table with a field called Address.
Address
17 John Street
12 New York Avenue
1 Penn Plaza
1235 Franklin Avenue
I would like to run a query that pulls only address that contains more than one space after the number.
in the above example I should only see the following in my new query:
12 New York Avenue
1 Penn Plaza
1235 Franklin Avenue
17 John Street should not be included because it has one space after number 17
Thanks