L
Lungta
Hi, thought I had seen something similar several months back but can't find
anything on it today.
We have a few items in a combo box that users should not use anymore for new
records, but some old records still need to display them. The vehicle types
have been phased out and marked as "inactive" on the table.
Does anyone know how to set up the row source for a combo box so that users
cannot see these items on new records, but can still see them displayed on
old records? I can only enable them totally or disable them totally so far.
row source now:
SELECT tblVehType.VehTypeID, tblVehType.VehType, tblVehType.VehTypeStatus
FROM tblVehType;
(VehTypeStatus is "Active"/"Inactive")
Any pointers would be much appreciated.
Thanks,
anything on it today.
We have a few items in a combo box that users should not use anymore for new
records, but some old records still need to display them. The vehicle types
have been phased out and marked as "inactive" on the table.
Does anyone know how to set up the row source for a combo box so that users
cannot see these items on new records, but can still see them displayed on
old records? I can only enable them totally or disable them totally so far.
row source now:
SELECT tblVehType.VehTypeID, tblVehType.VehType, tblVehType.VehTypeStatus
FROM tblVehType;
(VehTypeStatus is "Active"/"Inactive")
Any pointers would be much appreciated.
Thanks,