Hi!
Say I have a t_Employees and I have a table t_Employment type which lists 4 options to choose from: full-time, part-time, casual, on call. For each employee, I will select/input their Employment Type.
What is the difference between:
a) creating a table t_EmploymentType and no relationship link to table t_Employees, then just using a form with a lookup to fill in the information
versus…
b) creating table t_EmploymentType with a primary ID key, creating a relationship to t_Employees, then either filling in via table, form, or query using a lookup combo box?
Is one method better than the other? If I don’t create a relationship, do I lose out on some query/reporting functions?
If I should be creating relationships for this “fill-in” tables, do I need referential integrity?
Thanks for any enlightenment,
Derek
Say I have a t_Employees and I have a table t_Employment type which lists 4 options to choose from: full-time, part-time, casual, on call. For each employee, I will select/input their Employment Type.
What is the difference between:
a) creating a table t_EmploymentType and no relationship link to table t_Employees, then just using a form with a lookup to fill in the information
versus…
b) creating table t_EmploymentType with a primary ID key, creating a relationship to t_Employees, then either filling in via table, form, or query using a lookup combo box?
Is one method better than the other? If I don’t create a relationship, do I lose out on some query/reporting functions?
If I should be creating relationships for this “fill-in” tables, do I need referential integrity?
Thanks for any enlightenment,
Derek