I'm hoping I can do this with just the combo box instead of a combo box and an overlapping text box.
I have a combo box that displays a Processor's name, but the value stored is the UserID (hidden column 1 of the combo box).
If a processor is no longer with the company, I want the box to display that user's name, but for new records (or editing old records) I do NOT want the user to be able to pick an Inactive processor.
If I set the rowsource to exclude inactive users, the name will not display on existing records where the user is inactive. Is there a way to temporarily filter the row source while selecting from the drop-down list?
-------------------
Rob Foye
Database Management
Regions Bank
I have a combo box that displays a Processor's name, but the value stored is the UserID (hidden column 1 of the combo box).
If a processor is no longer with the company, I want the box to display that user's name, but for new records (or editing old records) I do NOT want the user to be able to pick an Inactive processor.
If I set the rowsource to exclude inactive users, the name will not display on existing records where the user is inactive. Is there a way to temporarily filter the row source while selecting from the drop-down list?
-------------------
Rob Foye
Database Management
Regions Bank