tblWA includes many fields including the following:
Originator
POC
Manager
each of those fields were setup using a combobox lookup to tblNames to display the person's name.
tblNames includes the firstname, lastname, office and phone.
When I create the relationships between tblWA and those 3 fields to the tblNAMES I get two additional instances of tblNAMES called tblNAMES_1 and tblNAMES_2.
I'm having no luck writing queries that use those additional table instances and now wondering if my table concept is in need of complete restructure.
I haven't been able to locate any sample databases that show a situation where multiple fields in one table use another table. Northwinds uses two separate personnel tables for employees and suppliers, so it doesnt match what I'm trying to do.
Originator
POC
Manager
each of those fields were setup using a combobox lookup to tblNames to display the person's name.
tblNames includes the firstname, lastname, office and phone.
When I create the relationships between tblWA and those 3 fields to the tblNAMES I get two additional instances of tblNAMES called tblNAMES_1 and tblNAMES_2.
I'm having no luck writing queries that use those additional table instances and now wondering if my table concept is in need of complete restructure.
I haven't been able to locate any sample databases that show a situation where multiple fields in one table use another table. Northwinds uses two separate personnel tables for employees and suppliers, so it doesnt match what I'm trying to do.