Forcing datasheet view on forms

  • Thread starter Thread starter Lenny B
  • Start date Start date
L

Lenny B

I need the code to force datasheet view when a form is
displayed.
 
Open the form in design view, and set its Default View property to
Datasheet.

If the form is opened programmatically, use:
DoCmd.OpenForm "MyForm", 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