Menu and Datasheet

G

Guest

i have a main menu that has buttons to forms and reports for the end user. i
have created a datasheet and would like to put a button on the menu with all
the other buttons. the problem is i link it to the Datasheet and it opens it
as a form not as a datasheet. unfortunitly this page is for scanning data and
needs to open in datasheet not form mode. any help i would appreciate.
 
D

Douglas J. Steele

Assuming you're using the DoCmd.OpenForm method to open your form, make sure
you use acFormDS as the View parameter (the 2nd parameter) in the call.
 

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