N
Neil Greenough
I am currently putting together a contact's database which will hold contact
details for over 400 people.
Each contact falls into a working city (ie. Liverpool, Manchester, New York)
etc... Within this City, they will then fall into a specific department. The
departments vary from city to city.
Now, I am assuming that I have to create a table listing the different
cities and the different departments. Then, from there, two lookup parts in
my contacts table, one to look up city, and the other to look up department.
My question is if i select Manchester, how do i get the corresponding
department to show in the next lookup form (and not the options for New York
for example?) Also, how do I go about structuring my tables. What tables
should I create? An individual one for each city listing it's departments?
What do I need to include?
Thanks
details for over 400 people.
Each contact falls into a working city (ie. Liverpool, Manchester, New York)
etc... Within this City, they will then fall into a specific department. The
departments vary from city to city.
Now, I am assuming that I have to create a table listing the different
cities and the different departments. Then, from there, two lookup parts in
my contacts table, one to look up city, and the other to look up department.
My question is if i select Manchester, how do i get the corresponding
department to show in the next lookup form (and not the options for New York
for example?) Also, how do I go about structuring my tables. What tables
should I create? An individual one for each city listing it's departments?
What do I need to include?
Thanks