Hi all
I have a form with two check boxes, that are bound to two separate fields in a table. When I click on checkbox1 I disable a command button2, when I click checkbox2 I enable that button and disable command1.
Works perfectly - except when I navigate through the records then whatever state the buttons are in for the first record that is how they stay for all the other records.
Is there a form event where I can put my code do the disabling/enabling for the buttons?
I have a form with two check boxes, that are bound to two separate fields in a table. When I click on checkbox1 I disable a command button2, when I click checkbox2 I enable that button and disable command1.
Works perfectly - except when I navigate through the records then whatever state the buttons are in for the first record that is how they stay for all the other records.
Is there a form event where I can put my code do the disabling/enabling for the buttons?