C
Cathy
I am new to Access. I have created a form. I would like the existing data
to be protected (not manipulated) and I would like the form to open to blank
upon entry. I tried the suggestion Private Sub Form_Load()
DoCmd.GoToRecord , , acNewRecord
End Sub
Unfortunately, I received a runtime error. And I verified the Allow
Additions property was set to yes. Hoping someone can assist. Thanks.
to be protected (not manipulated) and I would like the form to open to blank
upon entry. I tried the suggestion Private Sub Form_Load()
DoCmd.GoToRecord , , acNewRecord
End Sub
Unfortunately, I received a runtime error. And I verified the Allow
Additions property was set to yes. Hoping someone can assist. Thanks.