Link multiple tables to same field in parent table

  • Thread starter Thread starter larpup
  • Start date Start date
L

larpup

I have several child tables that need be linked to the same field in
parent table. Is this a wise or problematic practice?

Lar
 
Could be very appropriate. For instance an EmployeeID might be used in a
timesheet table to link hours worked with an employee. The same EmployeeID
might be used in a project participant junction type table to link employees
with projects.
 
Back
Top