James Bailey
Registered User.
- Local time
- Today, 11:01
- Joined
- Nov 19, 2007
- Messages
- 12
I'm developing a temporary access database to enter services. I'm really hung up on one part - How to enter Service Companies, and Places (place of service).
I've already got about 50 records entered into the current database. My Places are already getting duplicated because there are multiple service companies in that city. For instance, Bordeaux, France has four different PlaceIDs because of four companies that we use there.
Does my design look logical? I just get the feeling I'm doing something wrong and can't quite put a finger on it. I think that Bordeaux should have one ID and each company associated with that city would have it's ID.
I use cascading combo boxes on my form. When a user selects a service company, the next combo box queries for all of the cities that the company is located in. When they choose the city, the country is automatically filled in.
Is there a better way I could design my tables?
I've already got about 50 records entered into the current database. My Places are already getting duplicated because there are multiple service companies in that city. For instance, Bordeaux, France has four different PlaceIDs because of four companies that we use there.
Does my design look logical? I just get the feeling I'm doing something wrong and can't quite put a finger on it. I think that Bordeaux should have one ID and each company associated with that city would have it's ID.
I use cascading combo boxes on my form. When a user selects a service company, the next combo box queries for all of the cities that the company is located in. When they choose the city, the country is automatically filled in.
Is there a better way I could design my tables?