Open form to blank record

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
 
R

Rick B

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top