WebFaktor
05-22-2002, 01:06 PM
Private Sub MModule_Time_Exit(Cancel As Integer)
Me![sfrm2].Form.Visible = True
End Sub
For the on exit event for a field within a subform (sfrm1)I have the above code that should enable another subform to routinely pop up.
The error messages keep telling me they cannot find the field I describe when I'm trying to describe a subform???
Me![sfrm2].Form.Visible = True
End Sub
For the on exit event for a field within a subform (sfrm1)I have the above code that should enable another subform to routinely pop up.
The error messages keep telling me they cannot find the field I describe when I'm trying to describe a subform???