M
myxmaster
Hello, I have the following code in the load event of a form named new
player:
Private Sub Form_Load()
DoCmd.GoToRecord acForm, Me.Name, acNewRecord
End Sub
When ever I load the form I get an error message
runtime error 215
you cant go to the specific record.
I simply wish to open the form with empty fields. Any help sis most
appreciated.
Tia
player:
Private Sub Form_Load()
DoCmd.GoToRecord acForm, Me.Name, acNewRecord
End Sub
When ever I load the form I get an error message
runtime error 215
you cant go to the specific record.
I simply wish to open the form with empty fields. Any help sis most
appreciated.
Tia