In a Clients table ("tblClients "), I have a ComboBox "Employee" to select from a list of Employees contained in tblEmployees. I only to display / allow employees who are "Active" in the system, however, if any employee was already selected, but is now "Inactive", I would still like them to show up / display.
Scenario:
Tom is the salesperson on client record ABC. Tom then leaves the company and is marked inactive. By marking Tom in active, he is removed from the combobox list so that he is no longer selectable. However, Client Record ABC should still display Tom but does not because he is marked inactive. I have written vba to make this work - just wondering if I can make it work in a table.
Thank you in advanced for any assistance.
Gunner
Scenario:
Tom is the salesperson on client record ABC. Tom then leaves the company and is marked inactive. By marking Tom in active, he is removed from the combobox list so that he is no longer selectable. However, Client Record ABC should still display Tom but does not because he is marked inactive. I have written vba to make this work - just wondering if I can make it work in a table.
Thank you in advanced for any assistance.
Gunner
Comment