D
David Ehrenreich
How can I requery a subform in a another "file" that has a
linked table. I know how to do it if all the forms are in
the same file
Private Sub Form_AfterUpdate()
If CurrentProject.AllForms("StudentLookup").IsLoaded Then
Forms![studentlookup]![VisitsWindowSbfrm].Requery
End If
End Sub
A sign-in form is located in one file thta has a linked
table and the studentlookup, and VisitsWindowSbfrm are in
another.
Any help would be great
thank you
David Ehrenreich
linked table. I know how to do it if all the forms are in
the same file
Private Sub Form_AfterUpdate()
If CurrentProject.AllForms("StudentLookup").IsLoaded Then
Forms![studentlookup]![VisitsWindowSbfrm].Requery
End If
End Sub
A sign-in form is located in one file thta has a linked
table and the studentlookup, and VisitsWindowSbfrm are in
another.
Any help would be great
thank you
David Ehrenreich