Thanks in advance to anyone who can help.
The intent of my database is to collect collect as efficiently as possible information from a client and be able to autopopulate as much information as I can such as County, City, and zip code. So far, I have a table called intake which is the main table for my database.
Secondly, I have a table callewd Counties that contains the 4 counties that I have autopopulating the Intake table via a lookup field.
I also have 4 other tables that contain all the city and zips for each of the 4 Counties. Here is where I am having the problem. How do I llink the city/zip table to the specific county table so that I can only see (via a lookup) and autopopulate the city and zip for the appropriate County?
The intent of my database is to collect collect as efficiently as possible information from a client and be able to autopopulate as much information as I can such as County, City, and zip code. So far, I have a table called intake which is the main table for my database.
Secondly, I have a table callewd Counties that contains the 4 counties that I have autopopulating the Intake table via a lookup field.
I also have 4 other tables that contain all the city and zips for each of the 4 Counties. Here is where I am having the problem. How do I llink the city/zip table to the specific county table so that I can only see (via a lookup) and autopopulate the city and zip for the appropriate County?