Minimize switchboard on load

buffer

New member
Local time
Tomorrow, 01:35
Joined
Jan 16, 2011
Messages
5
Hello all,
i have set my database to desplay switchboard forum once i load the database , but i want to minimize it (on load). how can i do it?
Thanks!
 
In the On Load event try;
Code:
[URL="http://www.blueclaw-db.com/docmd_maximize_minimize_restore.htm"]DoCmd.Minimize[/URL]
 
Thank you.
unfortunately i don't know how to use VBA...i'm using the
On event
Macro builder
and then i just choose actions from the combo list...BUT the Minimize action doesn't work properly for the form i chose...
I will try the other way with the office button.
Thanks any way.
 

Users who are viewing this thread

Back
Top Bottom