T
Tara
I have a parent form with a child form accessed through a toggle button. I
would like the child form to display the last record when opened. I have the
following code in the On Open event of the child form:
Private Sub Form_Open(Cancel As Integer)
DoCmd.GoToRecord , , acLast
End Sub
I also tried it in the On Load event, but it isn't working in either place.
Any advice is appreciated!
would like the child form to display the last record when opened. I have the
following code in the On Open event of the child form:
Private Sub Form_Open(Cancel As Integer)
DoCmd.GoToRecord , , acLast
End Sub
I also tried it in the On Load event, but it isn't working in either place.
Any advice is appreciated!