form

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I need to make my record selector default to add,
everytime I load the form, I am using Access 2000.

Help!!
 
If you only need to add records, change the form's 'Data Entry' property to True.
 
Also, if you want it to add new when opened, but still give the user the ability to see existing ones

Private Sub Form_Load(

DoCmd.RunCommand acCmdRecordsGoToNe

End Su

Hope that helps you out
 

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

Back
Top