S
Saylindara
I have put the following in the On Load event on a subform, but the subform
still opens at the first record. What am I doing wrong?
Private Sub Form_Load()
If Not Me.NewRecord Then
RunCommand acCmdRecordsGoToLast
End If
End Sub
still opens at the first record. What am I doing wrong?
Private Sub Form_Load()
If Not Me.NewRecord Then
RunCommand acCmdRecordsGoToLast
End If
End Sub