Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to make a form popup at fullscreen? 1

Status
Not open for further replies.

Tasuki

MIS
Jul 26, 2002
169
US
I've selected from "Tools" then "Startup.." and chosen a form to popup first before anything else when the Database is opened. But it is always minimized or in a small sized screen, I want it to open maximized on the full screen. Is there a way to default it to do so?

Thanks,

T
 
Tasuki,

In the Form's OnOpen event in properties. Click the three ellipses (...) and Choose the Code Builder.

Then type in this command

DoCmd.Maximize

Thats it!

Chris
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top