yhchen
Registered User.
- Local time
- Today, 04:22
- Joined
- Jul 6, 2008
- Messages
- 63
I made this simplest code so when the form opened it would go to the new record but sadly this simplest code in the world doesn't work... 
Private Sub Action1_Open()
DoCmd.GoToRecord , , acNewRec
End Sub
On the form property, I set Open to Event Procedure but it is not working...
please help!!

Private Sub Action1_Open()
DoCmd.GoToRecord , , acNewRec
End Sub
On the form property, I set Open to Event Procedure but it is not working...
please help!!