Open form to blank record

  • Thread starter Thread starter matthew
  • Start date Start date
M

matthew

i have a form based on a table. is there a way to have
the form open to a new blank record each time? any help
is appreciated as always. thankyou. matt
 
Private Sub Form_Open(Cancel As Integer)
DoCmd.GoToRecord , , acNewRec
End Sub






i have a form based on a table. is there a way to have
the form open to a new blank record each time? any help
is appreciated as always. thankyou. matt
 
Back
Top