S
Song Su
I downloaded good tblZipcode:
zipID (primary key, autonumber), city, state, zipcode
If any zipcode covers several cities, it will listed several times.
I have tblStudent:
SID (primary key, student ID), lastname, firstname, city, state, zipcode
There are some typos in 'city' and some invalid state/zipcode
How to construct a query (or queries) to list all records in student table
with misspelled city, invalid state/zip with exception of zipcode 99999?
Thank you.
zipID (primary key, autonumber), city, state, zipcode
If any zipcode covers several cities, it will listed several times.
I have tblStudent:
SID (primary key, student ID), lastname, firstname, city, state, zipcode
There are some typos in 'city' and some invalid state/zipcode
How to construct a query (or queries) to list all records in student table
with misspelled city, invalid state/zip with exception of zipcode 99999?
Thank you.