Size and close splash screen

pauld118

Registered User.
Local time
Today, 06:38
Joined
Jun 17, 2011
Messages
21
Hello,

I would like to resize a splash screen. I also create the event to open splash screen and then to open a Main Form.

How can I create a command to order the database to close the splash screen???

Are ther like standards sizes for splash screen??
 
1) Docmd.Movesize will allow you to position and size a form that you can design to be your splash screen.
2) You can set a timer in the Timer Interval Property of the form to close the screen or place a button on the screen to close it and then open the main form. In the OnClose property you can use a macro or some VBA code to do it. You can even create the Macro and then convert it to VBA using the built in wizard.

Hope that points you in the right direction.
Cheers!
Goh
 

Users who are viewing this thread

Back
Top Bottom