Gasman
Enthusiastic Amateur
- Local time
- Today, 00:02
- Joined
- Sep 21, 2011
- Messages
- 16,662
Evening everyone,
I have a table tblCommissionType that holds records that a combobox on a form uses as source. I added an Active field to the table so as to be able to keep the list to a more manageable size and to ignore types no longer used.
That part works fine.
However if I select a record as inactive, then for existing records in tblCommission that have been processed that have the ID of the CommissionType in them, the CommissionType does not show up in the form?
How can I get the best of both worlds please?
I only have the one form that acts as a subform that processes the Commission records at the moment.
TIA
I have a table tblCommissionType that holds records that a combobox on a form uses as source. I added an Active field to the table so as to be able to keep the list to a more manageable size and to ignore types no longer used.
That part works fine.
However if I select a record as inactive, then for existing records in tblCommission that have been processed that have the ID of the CommissionType in them, the CommissionType does not show up in the form?
How can I get the best of both worlds please?
I only have the one form that acts as a subform that processes the Commission records at the moment.
TIA