C
ChristineP
To illustrate table look-ups and relationships, most examples I've ever seen
use EmployeeID as the example, with the EmployeeID looking to an Employee
table for last name, first name and a relationship based on the EmployeeID. A
query is then typically shown to get, for example, "Smith, John" onto a form.
Well, what is the best way to handle it when you have 5 fields for storing
an EmployeeID, each of which looks to the same Employee table? And, do you
need 5 separate queries in order to show "Smith, John", rather than the
EmployeeID in forms and reports?
Thanks.
use EmployeeID as the example, with the EmployeeID looking to an Employee
table for last name, first name and a relationship based on the EmployeeID. A
query is then typically shown to get, for example, "Smith, John" onto a form.
Well, what is the best way to handle it when you have 5 fields for storing
an EmployeeID, each of which looks to the same Employee table? And, do you
need 5 separate queries in order to show "Smith, John", rather than the
EmployeeID in forms and reports?
Thanks.