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

Automatically resize a form.

Status
Not open for further replies.

turps

Instructor
Jan 11, 2005
36
FR
Dear all

Is it possible to automaically resize a form when it is opened? The form will contain different amounts of data each time that it is run.

Thanks

David [2thumbsup]
 
Me.Height = 100
Me.Width = 200

chuck something like that in the open event??
 
Thanks for this, but does anyone know if it is possible to get it to automatically resize according to the amount of data on each page of the form?

Thanks

David
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top