Hey everyone. So I'm creating a database that is going to serve the following funtion. The user will select a city (variable 1) from a drop down and either "professional" (variable 3) or "facility" (variable 4) from another drop down. When the city is selected, there should be an associated county (variable 2). The combination of v2 and v3/4 should produce a result ... variable 5.
My question is when setting up tables, do I need to set up multiple county tables by county or do i make a master city table with county as a field? I'll need to use the county in a query so I didn't know if the list of cities needed to be pre-separated by county.