need to keep switchboard minimized

  • Thread starter MES via AccessMonster.com
  • Start date
M

MES via AccessMonster.com

I created a switchboard using the switchboard manager, and I am trying to
figure out a way to keep it minimized upon returning to it everytime. If I
open a form or report that I have set to open as maximized, then close out of
that and return to the switchboard, the switchboard is now maximized (which
is what I don't want). Can anyone help with this problem?
 
G

Guest

Hi,
with minimized I assume you mean stay in the size you have specified.
Try to add this to the on activate event of the switchboard form:

DoCmd.Restore

HTH
Good luck
 
M

MES via AccessMonster.com

Thank you!
Hi,
with minimized I assume you mean stay in the size you have specified.
Try to add this to the on activate event of the switchboard form:

DoCmd.Restore

HTH
Good luck
 

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