I have a few ideas, but just wondering how others handle this situation.
Dropdown recordsource is a query.
The query returns tblCust.Firstname, tblCust.Lastname fields where the tblCust.Inactive field is false.
1 year ago a user had selected John Smith in this field on a form and saved the record.
Since then John Smith was marked inactive as they are no longer a customer.
When the record from a year ago is viewed on the form now, the dropdown field is blank because they are inactive.
How could I still display John Smith in the field if it is not in the dropdown recordsource?
All feedback appreciated.
Dropdown recordsource is a query.
The query returns tblCust.Firstname, tblCust.Lastname fields where the tblCust.Inactive field is false.
1 year ago a user had selected John Smith in this field on a form and saved the record.
Since then John Smith was marked inactive as they are no longer a customer.
When the record from a year ago is viewed on the form now, the dropdown field is blank because they are inactive.
How could I still display John Smith in the field if it is not in the dropdown recordsource?
All feedback appreciated.