I have a table that has user information
EmpID
FirstName
LastName
Site
Phone
Voicemail
Modem
then I have a table that will hold the cell phone list. which consit of
EmpID
CellNumber
Model
SerialNumber
Active
DateAssigned
This would be a 1 to many relationship but not sure what I should do to make it. I can only make it one to one for some reason.
EmpID
FirstName
LastName
Site
Phone
Voicemail
Modem
then I have a table that will hold the cell phone list. which consit of
EmpID
CellNumber
Model
SerialNumber
Active
DateAssigned
This would be a 1 to many relationship but not sure what I should do to make it. I can only make it one to one for some reason.