Hi, I have a Form based on 2-qrys. I would like the Form to the Last Record. I tried this code, but it isn't seeming to be
working:
Private Sub Form_Load()
DoCmd.GoToRecord , , acLastRec
End Sub
Any advise/suggestions will be greatly appreciated! Thanks in advanced.