In the "On Load" Event of the form you would place this line.
DoCmd.GoToRecord , , acNewRec
For common functions like this, use the wizards for the command buttons like new record, delete record, go to record etc, and then cut and paste the code to the event that you want. That is...