D
Dale Fye
I have a subform that displays data in a datasheet view.
When the user checks a box on the form, I want to execute
code in the parent forms code module.
How do I call that subroutine from within the OnClick
event of the child forms.
Public Sub chk_DoThis_Click()
Me.Dirty = False
Call ???????????????????????
End sub
When the user checks a box on the form, I want to execute
code in the parent forms code module.
How do I call that subroutine from within the OnClick
event of the child forms.
Public Sub chk_DoThis_Click()
Me.Dirty = False
Call ???????????????????????
End sub