New to designing databases. I currently try to create a database in MS Access.
The two tables I need are:
PEOPLEwith columns ID, NAME.COMPANYwith columns ID, EMPLOYEE, SUPERVISOR
Can I link the EMPLOYEE with the PEOPLE.ID and SUPERVISOR again with PEOPLE.ID?
Does it make sense? I am asking because Access created a duplicate PEOPLE_1 table to link the second column.
Thanks,