Hi everyone, new to access and have a question someone might be able to help me with. I've tried to Google but don't really know what to type.
For the purposes of this question I have three tables related many-to-many as follows
As you can see there is a many-to-many relationship with a junction table.
Now I have built a query which shows * items above and then there is a form built on top of the query.
Access does a good job a adding the new record to the junction table but always create a new employee obviously, because the employeeID isn't there.
I would like to avoid the user seeing the employeeID and would like to minimise spelling mistakes etc, by having a combobox that would contain all the active employees which would then map to the junction table properly to allow for my many-to-many relationship to work.
I hope this makes sense.
Any help would be great.
For the purposes of this question I have three tables related many-to-many as follows
Code:
tblRegister jncEmployee-Reg tblEmployee
regID id employeeID
date* regID fname*
Company Giving* employeeID lname*
Company Receiving* Active
As you can see there is a many-to-many relationship with a junction table.
Now I have built a query which shows * items above and then there is a form built on top of the query.
Access does a good job a adding the new record to the junction table but always create a new employee obviously, because the employeeID isn't there.
I would like to avoid the user seeing the employeeID and would like to minimise spelling mistakes etc, by having a combobox that would contain all the active employees which would then map to the junction table properly to allow for my many-to-many relationship to work.
I hope this makes sense.
Any help would be great.