Hello all,
I am in the beginning of setting up a database and have NOT messed with multiple tables. I just want to make sure that I am setting up the tables as well as the relationships correctly.
Here is what I currently have, 4 tables and they are named. Employee, phone, radio and spotter. Employee table is where my primary key is located and I currently have a 1-to-many relationship between Employee and the others.
What I want to be able to do is to store information in the multiple tables from 1 form, which I don't think will be an issue and then at a later date be able to pull up information. EX.
John Doe
Employee number 24
given radio 35 and phone 78.
Thus being able to skip anything being put into the spotter table. Then at a later date be able to pull up only the select information I originally put it? Am I on the correct path? Thanks for the advice.
I am in the beginning of setting up a database and have NOT messed with multiple tables. I just want to make sure that I am setting up the tables as well as the relationships correctly.
Here is what I currently have, 4 tables and they are named. Employee, phone, radio and spotter. Employee table is where my primary key is located and I currently have a 1-to-many relationship between Employee and the others.
What I want to be able to do is to store information in the multiple tables from 1 form, which I don't think will be an issue and then at a later date be able to pull up information. EX.
John Doe
Employee number 24
given radio 35 and phone 78.
Thus being able to skip anything being put into the spotter table. Then at a later date be able to pull up only the select information I originally put it? Am I on the correct path? Thanks for the advice.
Last edited: