Need some help trying to figure out how to have a Subform ComboBox record selection to auto change a table record field value checkbox to either Yes/True/-1.
The table and record selected in the combobox is the same record that I need to have auto checked.
I was thinking on using OnGotFocus/OnLostFocus.
Having the combobox selection receive focus keeping the record checked and when it loses focus having the record remove the check in the checkbox.
Any assistance would be appreciated.