Datasheet View

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

Guest

Hello all,

I am trying to open a form in "Datasheet view" using a command button but if
i use the wizard, the form opens to "form View", i have tried looking at
various possabilities with no luck.

Can i do this ? can someone help me please ?

Thank you
 
Add the View to the line that opens the form, e.g.:
DoCmd.OpenForm "Form1", acFormDS
 

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