Hello,
I am looking for a little more help with a database I am currently creating. I have a main form which contains a subform, both of these forms are controlled by a combo box which allows me to select records on the main form and displays the matching information in the subform.
I would like a command button on the main form to set all of the Yes/No boxes in the subform to False when clicked but only for the records selected by the combo box.
The main form is named: CarAdEntry_FRM
The Subform is a Datasheet named : ClearActive_FRM
The column in the subform which I would like to be cleared is Named : ActiveAD
Any help would be much appreciated
I am looking for a little more help with a database I am currently creating. I have a main form which contains a subform, both of these forms are controlled by a combo box which allows me to select records on the main form and displays the matching information in the subform.
I would like a command button on the main form to set all of the Yes/No boxes in the subform to False when clicked but only for the records selected by the combo box.
The main form is named: CarAdEntry_FRM
The Subform is a Datasheet named : ClearActive_FRM
The column in the subform which I would like to be cleared is Named : ActiveAD
Any help would be much appreciated