D
David Ehrenreich
I have a on Click event that updates a subform in another
form. It works fine when both forms are open, but if the
form that gets updated is close an error appears.
here what I have so far.
Private Sub Form_AfterUpdate()
Forms![StudentLookup]![VisitsWindowSbfrm].Requery
End Sub
How do I stop the event if the form is closed so no error
appears?
Thank You
Any help would be great
David Ehrenreich
form. It works fine when both forms are open, but if the
form that gets updated is close an error appears.
here what I have so far.
Private Sub Form_AfterUpdate()
Forms![StudentLookup]![VisitsWindowSbfrm].Requery
End Sub
How do I stop the event if the form is closed so no error
appears?
Thank You
Any help would be great
David Ehrenreich