Datasheet view not working

G

Grace

I have a form that is set to a Default View
of "Datasheet". However, when the form is opened, it
displays in Form view. If I switch to design view and
then back it goes to Datasheet view. Any ideas?

Thank you.
 
A

Allen Browne

If you are using OpenForm to open the form, 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

Top