Change a Field Size

J

JA Peachrose

Is there some VB code that you can change the size of the field that is shown
in a form?
 
O

Ofer

Try this

Me.FieldName.Width = The Width you want for the field
me.FieldName.Height = The Height you want for the field
 
Top