Neutralizer
Board Regular
- Joined
- Sep 23, 2009
- Messages
- 53
Hi All,
I have a quick question that I hope you can help me with.
Situation: I'm creating a database to keep track of earth moving activities. There are multiple operators (people operating the earth moving equipment).
There are also multiple pieces of equipment.
In any given shift, multiple operators may use one piece of equipment.
Similarly, one operator may use multiple pieces of equipment.
Question: What is the best way to structure my database?
I'm thinking that I should create a table for all the operators, and then a table for all the equipment and establish a 'many to many' relationship between the primary key of the equipment (the equipments ID number) and the primary key of the operators table (the operators employee number).
Is this a valid structure, and is it one that can be implemented in Access?
Thanks
I have a quick question that I hope you can help me with.
Situation: I'm creating a database to keep track of earth moving activities. There are multiple operators (people operating the earth moving equipment).
There are also multiple pieces of equipment.
In any given shift, multiple operators may use one piece of equipment.
Similarly, one operator may use multiple pieces of equipment.
Question: What is the best way to structure my database?
I'm thinking that I should create a table for all the operators, and then a table for all the equipment and establish a 'many to many' relationship between the primary key of the equipment (the equipments ID number) and the primary key of the operators table (the operators employee number).
Is this a valid structure, and is it one that can be implemented in Access?
Thanks