How to auto open a form

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

Guest

Ok im just learning Access so bare with me. I have a form that I want to open
full screen when I open the database. How is this done? Thanks..

Reguards,
Chad
 
Tools>Startup>Display Form/Page:
specify the form you want to open on startup.

In that forms' Open event do the following to maximize the form
DoCmd.Maximize

James
 
I cant beleave I didnt see that! Thanks...

JamesDeckert said:
Tools>Startup>Display Form/Page:
specify the form you want to open on startup.

In that forms' Open event do the following to maximize the form
DoCmd.Maximize

James
 

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