G Guest Sep 27, 2005 #1 Is there some VB code that you can change the size of the field that is shown in a form?
G Guest Sep 27, 2005 #2 Try this Me.FieldName.Width = The Width you want for the field me.FieldName.Height = The Height you want for the field
Try this Me.FieldName.Width = The Width you want for the field me.FieldName.Height = The Height you want for the field