ms access open form to new record
In the Form_Load event use the GoToRecord Method of DoCmd and pass in acNewRec for the Offset.
Private Sub Form_Load()
DoCmd.GoToRecord , , acNewRec
End Sub
ms access open form to new record
In the Form_Load event use the GoToRecord Method of DoCmd and pass in acNewRec for the Offset.
Private Sub Form_Load()
DoCmd.GoToRecord , , acNewRec
End Sub
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us