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?
 

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