Aligning and sizing subforms on a form

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi guys

I am having stress trying to get a number of subforms on a main form all the
same size etc.

I have 5 subforms. Each are on a Tab. How do I get them all the same
dimensions? I have tried clicking and dragging but I just can't get them
correct. I am sure that there is an easy way...

Thanks
Regards
Greg
 
Each subform control has a left, width, Top and height property.
So all you have to do is set one control up as the master and then copy
these properties to the other subform controls.

If you are trying to set these properties for the forms that are being used
by the subform controls, you can set the width of the form and the height of
the sections of the form.

in Design view on the main form, click once on the subform control
Select View: Properties
Click on the format tab
Write down the relevant values
Click on the next subform control and enter the properties
Repeat.
 
Back
Top