E esskaykay Registered User. Local time Today, 14:39 Joined Mar 8, 2003 Messages 267 Mar 13, 2003 #1 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
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
soundsfishy Registered User. Local time Today, 23:39 Joined Sep 25, 2002 Messages 174 Mar 13, 2003 #2 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
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