I have a Customer table that includes a Yes/No field that when checked identifies a customer who is no longer active.
On my form I have a combobox bound to a query of the Customer table. I want to limit the names in the combobox to only those customers who are still active. However, I've found that if I set the Yes/No criteria in the query to No, the history records no longer show the customer name.
Is there a way to restrict the names in the combobox yet at the same time keep the integrity of the inactive customer names in the old records?
On my form I have a combobox bound to a query of the Customer table. I want to limit the names in the combobox to only those customers who are still active. However, I've found that if I set the Yes/No criteria in the query to No, the history records no longer show the customer name.
Is there a way to restrict the names in the combobox yet at the same time keep the integrity of the inactive customer names in the old records?