Can a Table be opened in datasheet view from a form

K

ksgolfer

Trying to figure out how to open a table in datasheet view using a control
button on a form and not use a split form view. Any help?
 
F

fredg

Trying to figure out how to open a table in datasheet view using a control
button on a form and not use a split form view. Any help?

I'll assume you meant to say "open a 'form' in datesheet view".
To open a form in datasheet view by means of code you must explicitly
code it to open in datasheet view:
DoCmd.OpenForm "FormName", acFormDS
 

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