G
Guest
First off thanks for the inputs and the knowledge that will be gain today.
I'm running a query to filter out data that will be used to make calls. The
orginial table TblContact contains:
-name
-address
-city
-state
-county
-phone
My dream is to enter a city and the db will return not only that city but
all the other city in tnat particular county. Will I need to have a separate
table of just the cities and counties to achieve my dream. Or can I do this
in one table with an expression?
I'm running a query to filter out data that will be used to make calls. The
orginial table TblContact contains:
-name
-address
-city
-state
-county
-phone
My dream is to enter a city and the db will return not only that city but
all the other city in tnat particular county. Will I need to have a separate
table of just the cities and counties to achieve my dream. Or can I do this
in one table with an expression?