Switchboard restore down coding Office 2007

T

Thorson

I created a switchboard using the Access 2003 Switchboard Wizard (I am now
using Access 2007). Currently when a user opens a form or report and
maximizes it and then closes the form or report the switchboard also remains
maximized. Is there a code that I can put into the switchboards VBA to have
it restore down, or return to the non-maximized size after the form or report
is closed?
 
M

Maurice

In the close event of the form or report put:

docmd.restore

that will restore the switchboard back to it's original state.
 

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