Form open time

  • Thread starter Thread starter mraccess
  • Start date Start date
M

mraccess

Hi

I have a welcome form and a switchboard form.

Have set access to show welcome from when opened.

What I would like is to set a time that it will keep the welcome form open
for and then close the welcome form and open the switchboard form.

Can it be done???
 
mraccess said:
Hi

I have a welcome form and a switchboard form.

Have set access to show welcome from when opened.

What I would like is to set a time that it will keep the welcome form
open for and then close the welcome form and open the switchboard
form.

Can it be done???

Use the Timer event on the welcome form to close the welcome form and open
the switchboard. Then set the TimerInterval property to the number of
desired milliseconds.
 
Thanks, got it going now

Rick Brandt said:
Use the Timer event on the welcome form to close the welcome form and open
the switchboard. Then set the TimerInterval property to the number of
desired milliseconds.
 
Back
Top