I have a work order table that has three one-to-many relationships with an employees table. The work order table will reference three different employees for each record using the employees primary key index (auto number) instead of a last name. When I create a query on the work order table to list what three employees are on that record I get the work order number and three numbers identifying those employees. When I add the employees table and add the last name field to the query and open the query there is no data. How do you create a query to show all the names referenced by the work order table and not just their primary key number?
Thanks in advance,
Jim
Thanks in advance,
Jim