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
End Sub
which errors out with "You can't go to the specified record."
and setting the "Data Entry" property on the form to "yes" causes the form to come up blank. In blank I mean nothing is visible on the form not even the field names much less where to enter the new record data.
Any help would be GREATLY appreciated!!!!!!!!!!!!!!!!!!
Thanks
John Fuhrman
faq329-6766
thread329-1334328
thread329-1424438
I have tried
Private Sub Form_Load()
DoCmd.GoToRecord , , acNewRec
'Startnewcall_Click
End Sub
which errors out with "You can't go to the specified record."
and setting the "Data Entry" property on the form to "yes" causes the form to come up blank. In blank I mean nothing is visible on the form not even the field names much less where to enter the new record data.
Any help would be GREATLY appreciated!!!!!!!!!!!!!!!!!!
Thanks
John Fuhrman
faq329-6766
thread329-1334328
thread329-1424438