Hi,
I have a table with a field called Address. I am trying to run a query to give only incomplete addresses, can someone tell me how to go about this?
Example:
Address
1787 New York Ave
35 Smith St
3 John Street
17 Avenue
My query should show only:
1787 New York Ave because Ave should be spelled Avenue
35 Smith St because st should be spelled Street
thanks
Ismail
I have a table with a field called Address. I am trying to run a query to give only incomplete addresses, can someone tell me how to go about this?
Example:
Address
1787 New York Ave
35 Smith St
3 John Street
17 Avenue
My query should show only:
1787 New York Ave because Ave should be spelled Avenue
35 Smith St because st should be spelled Street
thanks
Ismail