You can open a form whose only purpose is to open your hidden form, and then close that.
For example, on the Auto Exec macro, open a splash form, then on the On Load event of the splash form, open the hidden form using:
DoCmd.OpenForm "frmMainForm", , , , , acHidden
Then put a 3 or 5 second timer interval on the splash form, then on the On Timer event, close the splash form and open your main user interface or switchboard.
Did that help?
__________________
mmcdonal
Look it up at: http://wrox.books24x7.com
|