integritycare
Technical User
The question is this,
Is it possible to change the status of a text box on a mainform by a checkbox on the subform.
The Mainform is "Form25", the Subform is "Form26"
On the mainform there is a text box from the subform as follows;
Control Source =[form26].[Form]![T1] (shows a status which has data from a combobox)
The main form has a textbox "ACS" (shows the status of an invoice)
I want to update the data in the textbox "ACS" on the mainform by using a controlled checkbox on the subform
The checkbox on the subform is "ADD" and the After update event is:
If Add then
????????????
Else
End if
End Sub
Just don't know how to write the code to do this.
Many thanks,
Integ
Is it possible to change the status of a text box on a mainform by a checkbox on the subform.
The Mainform is "Form25", the Subform is "Form26"
On the mainform there is a text box from the subform as follows;
Control Source =[form26].[Form]![T1] (shows a status which has data from a combobox)
The main form has a textbox "ACS" (shows the status of an invoice)
I want to update the data in the textbox "ACS" on the mainform by using a controlled checkbox on the subform
The checkbox on the subform is "ADD" and the After update event is:
If Add then
????????????
Else
End if
End Sub
Just don't know how to write the code to do this.
Many thanks,
Integ