In my database I have a form that allows the user to view and update data. I use combo boxes to standardize entry of the data. The issue that I have found with combo boxes is that when the data goes out of date, i.e. the Employee leaves, the user can no longer see the employee on the form. This has to do with the list values being limited to Active Employees.
What I want to do is show all of the employees on the form but only allow the user to select the active employees when they are updating the record.
How do you get around this issue?
What I want to do is show all of the employees on the form but only allow the user to select the active employees when they are updating the record.
How do you get around this issue?
Comment