I have a main form with a button which is disabled by default.
In the main form I have a subForm with a combobox which on AfterUpdate event enables that button. However, when I change the record, so when I go to next, previous or either a new record I want the button to be disabled again.
I do know to set the button to be disabled again on form open, but I cant figure out a way on record change.
Thanks
In the main form I have a subForm with a combobox which on AfterUpdate event enables that button. However, when I change the record, so when I go to next, previous or either a new record I want the button to be disabled again.
I do know to set the button to be disabled again on form open, but I cant figure out a way on record change.
Thanks