Datasheet View

M

Moody

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
 
A

Allen Browne

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