I have used the following
Private Sub Form_Open(Cancel As Integer)
DoCmd.GoToRecord , , acNewRec
End Sub
for quite a while to get a form to open to a new record or they can navigate back through records. I am using Access 2007 and find it no longer works. Have tried it in On Open, On Load, OnFocus etc. Just opens to the first record.
All Allows such as Additions etc are YES, Data Entry and record Locks are No. Can anyone assist?
Private Sub Form_Open(Cancel As Integer)
DoCmd.GoToRecord , , acNewRec
End Sub
for quite a while to get a form to open to a new record or they can navigate back through records. I am using Access 2007 and find it no longer works. Have tried it in On Open, On Load, OnFocus etc. Just opens to the first record.
All Allows such as Additions etc are YES, Data Entry and record Locks are No. Can anyone assist?