Open Database Window

L

Lamar

Is there a way to use a command button to open the
Database Window? I want have a cmd button a form that
when user clicks it the database window appears.

Thanks for any help.
 
M

Marshall Barton

Lamar said:
Is there a way to use a command button to open the
Database Window? I want have a cmd button a form that
when user clicks it the database window appears.


Use this line of code:

DoCmd.SelectObject acTable, , True
 

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