I have a training event form. I have a subform listing the attendees of the training event. The table of attendees has an Inactive field (Y/N), to identify current or past employees.
When I add a new event, I want the subform to list only current employees but it lists ALL employees in the table (current or past).
When I filter out the Inactive employees, previous training events will not show the past employees as attending the event.
I tried modifying the query on the main form; the query subform and the combo box options (bound to TraineeID but shows the Last name of the trainee) without success.
How do I show all attendees (inactive) for prior training events but only show active employees (combo box options) for a new training event?
When I add a new event, I want the subform to list only current employees but it lists ALL employees in the table (current or past).
When I filter out the Inactive employees, previous training events will not show the past employees as attending the event.
I tried modifying the query on the main form; the query subform and the combo box options (bound to TraineeID but shows the Last name of the trainee) without success.
How do I show all attendees (inactive) for prior training events but only show active employees (combo box options) for a new training event?