Open form in datasheet view

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

Guest

I have a form that has an action button that opens another form. I wnat this form to open in Datasheet view. Anyone know the macro code to open a form in Datasheet View

Thank you in advance

SKJ94
 
If you are using the DoCmd.OpenForm method in VB, the
second parameter should be acFormDS.
If you are using the OpenForm action in a macro, the View
parameter should be Datasheet

Hope This Helps
Gerald Stanley MCSD
-----Original Message-----
I have a form that has an action button that opens another
form. I wnat this form to open in Datasheet view. Anyone
know the macro code to open a form in Datasheet View?
 
Back
Top