Datasheet default

L

Lin Light

Running simple switchboard, forgot how to set view of form to Datasheet?
Also forgot how to minimize in the same switchboard, the data table, etc.
 
T

Tom Wickerath

It depends on how you are opening your form from the switchboard. If using a
macro, make sure that the OpenForm Action includes the Datasheet View in the
lower window. If opening using VBA code, using something like this:

DoCmd.OpenForm "Customers", View:=acFormDS

Substitute Customers with the actual name of your form.


Tom Wickerath
Microsoft Access MVP
https://mvp.support.microsoft.com/profile/Tom
http://www.access.qbuilt.com/html/expert_contributors.html
__________________________________________
 

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