Working in Microsoft Access 2007. I have two tables, a table listing projects and one listing POCs.
tbl_Projects
Project Number
Project Manager
Resource Manager
tbl_POC
POC ID
POC First Name
POC Last Name
The Project Manager and Resource Manager fields from tbl_Projects are set as Lookup fields from tbl_POC, where the names of the Project and Resource Managers are stored.
I want a query where I select a contract number and the first and last names of the Project Manager and Resource Manager display. When I put the Project Number, Project Manager, and Resource Manager fields into a query, selected a Project Number, and ran it, no records returned. When I then tried putting Project Number, POC First Name, and POC Last Name into a query, again no records returned.
Have a feeling the problem is table design. Have worked so long on this I have lost objectivity. Help!
Thank you!
tbl_Projects
Project Number
Project Manager
Resource Manager
tbl_POC
POC ID
POC First Name
POC Last Name
The Project Manager and Resource Manager fields from tbl_Projects are set as Lookup fields from tbl_POC, where the names of the Project and Resource Managers are stored.
I want a query where I select a contract number and the first and last names of the Project Manager and Resource Manager display. When I put the Project Number, Project Manager, and Resource Manager fields into a query, selected a Project Number, and ran it, no records returned. When I then tried putting Project Number, POC First Name, and POC Last Name into a query, again no records returned.
Have a feeling the problem is table design. Have worked so long on this I have lost objectivity. Help!
Thank you!