I am working in Access 2003.
I have a sub form that lists employees assigned to a project. It allows the addition of more employees, but I have been asked to provide a list of all employees already assigned to the project to help keep track as employees are added.
I need to populate the compo box from a list of records that are already filtered by the subform. There is an ID field in the two tables that this data comes from.
So far, I have only been able to list all employees, not just those assigned to the current project - that is those on the sub form with the same ID as the main form.