I have a combo box on a form which allows users to select only those Divisions ([Div_ID]) which have a current status of "Active." To do this, I've set the combo box's underlying query criteria for the [Inactive] field to "No".
Here's the problme. After a Division status is changed from Active to Inactive, the Division name is deleted from the combo box in the records affected by the status change. Although the value still exists in the table, the users will need to occasionally edit records - and they only have access to the form.
How can I keep the Division name in those records, even after the Division's status has been changed????
Here's the problme. After a Division status is changed from Active to Inactive, the Division name is deleted from the combo box in the records affected by the status change. Although the value still exists in the table, the users will need to occasionally edit records - and they only have access to the form.
How can I keep the Division name in those records, even after the Division's status has been changed????