When you open the table, look down at the record navigation buttons at the bottom, click the [>!..] button (the last one), enter the number of records you want to see, and you should be good from there on.
-Souldude.
Create a procedure on the subform's "afterUpdate" event that will refresh the parent form.
Private Sub Form_AfterUpdate()
Forms!MasterForm.refresh
' or Forms!MasterForm.requery
End Sub
-Souldude
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.