I made this simplest code so when the form opened it would go to the new record but sadly this simplest code in the world doesn't work... :(
Private Sub Action1_Open()
DoCmd.GoToRecord , , acNewRec
End Sub
On the form property, I set Open to Event Procedure but it is not working...