Maximise form after splash screen

Crackers

Registered User.
Local time
Tomorrow, 08:14
Joined
May 31, 2002
Messages
36
I have an AutoExec Macro that reads as follows:-

Maximize
Open Form [This form is a splash screen that comes up for about 3 seconds - Saying 'Welcome']
Open Form [This form is my password screen]
Open Form [This form is the main Switchboard]

My question is why doesn't the Password Form remain maximised after the Splash Form has disappeared?

I tried to put another Maximize command after the Splash Form but that does not help.

Could somebody please advise what my error is?
 
or you could go into the pasword forms properties and go into onOpen or onLoad(best to do it in onOpen)
do the code
DoCmd.maximise

i think thats how i did it!!
 

Users who are viewing this thread

Back
Top Bottom