Limit ability to resize grid columns

S

Stephen Lynch

I need to have the grid subform that I placed not have the abilty to resize
either vertically or horizonally.

Thanks in advance.
 
A

Allen Browne

Change the Default View of the subform to Continuous Form.

You can place the columns exactly as you wish, but the user can't resize
them. As a bonus, you get a Form Header and Form Footer that can contain
command buttons, display totals, etc.
 
Top