Open form when you open database

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Never done this but have seen it.

I want a form to open when I open the database and I want to close the
database when I close the form. How do you do this?
 
from Hong Kong Rainbow01

for form startup :
Tool ---> Startup ---> u can choose which form u want to startup

for close database :
create a command button in your form
put the following code in OnClick event

Application.Quit


"dalaw" 來函:
 
Ater I did the tool===>startup===> I chose the form and now I can't get back
into the startup? How do you do that now?
 

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

Back
Top