G
Guest
If the subform control is:
Me.Class_Subform.Form.NavigationButtons = False
And I want to do something along the lines of:
Private Sub Me_Class_Subform_Form_LostFocus()
' Put stuff here
End Sub
What's the name of that subform event?
Me.Class_Subform.Form.NavigationButtons = False
And I want to do something along the lines of:
Private Sub Me_Class_Subform_Form_LostFocus()
' Put stuff here
End Sub
What's the name of that subform event?