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

width of the form 1

Status
Not open for further replies.

and0b

MIS
Mar 27, 2007
51
US
I was asking about before but I still don't know why I have a problem with width of the form. At design time I created form with width=5" and at run time I want to change its size to 10". Me.width=14400 sometimes is working sometimes don't. Is there other way to change width of the form which will working always?
 
Code:
Private Sub Form_Load()
 DoCmd.MoveSize , , 14400
End Sub

The Missinglinq

Richmond, Virginia

There's ALWAYS more than one way to skin a cat!
 
Thank you!

I just found so me.insidewidth=14400 works as well.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top