
I am relatively new to access and I inherited this DB and been asked to modify it. I have a projects data base, two of the tables being tblProjectData and tblEmployee. The tblEmplyee has 3 fields; EmpID, LastName and FirstName. The tblProjectData had a field for EmpID. So far simple. I have been asked to make it possible to assign up to 3 employees to each project. I added 2 fields to the tblProjectData being EmpBID and EmpCID. To the data entry form I added two more combo boxes that reference the tblEmployee to populate the 2 new field on tblProjectData and it all seems to be working fine.
Where I'm getting stuck is when I try to put EmpB and EmpC onto a report. I can't seem to get it to pull off the tblEmplyee the first and last names. I assume it is because new ID's are not referenced on tblEmployee. Do I need to add EmpBID and EmpCID to the tblEmployee as well, and if so do I assign the same ID numbers as the original ID field since those are the numbers used to populate the fields on tblProjectData? How do I set up the relationships?
Maybe I'm looking at this the wrong way. Any help would be appreciated.
Lori