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
 
Top