M
mscertified
I have a combo box that displays table entres which have an associated
active/inactive switch. The query is currently:
SELECT CodeDesc From tblCodes WHERE ActiveSW = True
However, when accessing an old record that has an inactive value, I still
need to display the value in the combo box. How can this be done?
active/inactive switch. The query is currently:
SELECT CodeDesc From tblCodes WHERE ActiveSW = True
However, when accessing an old record that has an inactive value, I still
need to display the value in the combo box. How can this be done?