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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

DoCmd.Maximize PROBLEM

Status
Not open for further replies.

fsweb2002

Programmer
Joined
Apr 11, 2002
Messages
94
Location
TR
Hi

I haev docmd.maximize on the Form_GotFocus() event, as well as Form_Load event.

However, the form only seems to maximize ON LOAD.
When I change forms, the go back to the form (which stays open on the background) it stays like 85% but not 100% maximize which is what I need.

Any ideas....???
 
Try using the OnCurrent Event. This works fine for me.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top