D
DaveE
I have a combo box whos control source is stored in a table, products. Its
row source is a query against the vendors table that filters records by a
field called "Active". When entering data, the combo box lists all vendors
that are active. Works fine. After changing a vendors status to inactive,
viewing old records for that vendor yields an empty entry in the combo box.
Not good. I need to allow users to see the old records vendor value but not
let them pick inactive vendors in the combo box during data entry.
I hope I explained that well enough. Any help would be greatly appreciated.
row source is a query against the vendors table that filters records by a
field called "Active". When entering data, the combo box lists all vendors
that are active. Works fine. After changing a vendors status to inactive,
viewing old records for that vendor yields an empty entry in the combo box.
Not good. I need to allow users to see the old records vendor value but not
let them pick inactive vendors in the combo box during data entry.
I hope I explained that well enough. Any help would be greatly appreciated.