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

How to open max????

Status
Not open for further replies.

yuribotero

Technical User
Joined
Aug 11, 2003
Messages
6
Location
CO
Hello Everybody, I need to open a Form in Max View, but I have no Idea how to do it..

Can Somebody help me???


Thanks a lot

Yuri
 
go to the form properties, then event tab, on open. chose macro builder, in the macro design enter maximize as the action. then everytime the form is opened it will be maximized.
 
Open the form in design view
Select Properties
Select Events
Create an On Load event
Type the following:
DoCmd.Maximize
Close the window
Save changes to the form
 
that's what i was originally thinking but i couldn't remember DoCmd.Maximize.
 
Thanks everybody, Its Worked Perfect!!!

Yuri
 
Thanks everybody, It Worked Perfect!!!

Yuri
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top