I have a "New Call" form that works just fine in the original Access Application but now that it has been converted to an ADP (Access Project) I cannot find a way to get the form to start on a new record.
I have tried
Private Sub Form_Load()
DoCmd.GoToRecord , , acNewRec
'Startnewcall_Click...