Display a form for 10 seconds

esskaykay

Registered User.
Local time
Today, 08:15
Joined
Mar 8, 2003
Messages
267
Is there a way to display a form for 10 seconds, then close that form and display a second form? I want to create a macro to do do this if possible.

Thanks,
SKK
 
Action of the macro

sequence is:

Close
openform (specify the 2 form you want to open)


place the macro in the OnTimer Event on the 1st form. Go to the properties of the 1st form and add the macro. Now set the Timer interval to 10000. You can adjust the timer to suit.

remember 1000 = 1 second
 

Users who are viewing this thread

Back
Top Bottom