Hello there, Im trying to apply vba into data on the subform, for example
Private Sub subform_Click()
Me.chkbox.Value = 0
Me.data.Value = ""
Me.Refresh
Subform2.Refresh
End Sub
I dont know it wont work.. It is for creating an automatic adder from subform to form, checking and adding data into it.
Anyone that could guide me ?
Thanks alot
Private Sub subform_Click()
Me.chkbox.Value = 0
Me.data.Value = ""
Me.Refresh
Subform2.Refresh
End Sub
I dont know it wont work.. It is for creating an automatic adder from subform to form, checking and adding data into it.
Anyone that could guide me ?
Thanks alot