Form open time

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???
 
R

Rick Brandt

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.
 
M

mraccess

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top