I am using Access 2010. I have setup a Navigation form (Navigation) and several subforms. On one form, Create New FP Sample, I have entered the following code to have it load a new record.
Private Sub Form_Load()
DoCmd.GoToRecord , , acNewRec
End Sub
However, when I open the database, this...