Column width in datasheet view

T

terryc

When the form opens, I would like the columns to be wide enough to display
all the data. There are not enough columns to be concerned about the width of
the screen.
 
J

John W. Vinson

When the form opens, I would like the columns to be wide enough to display
all the data. There are not enough columns to be concerned about the width of
the screen.

If you use datasheet view at all, the columns can be resized at any time. If
you save the form after resizing them it will remember the setting... until
the next time someone resizes them!

For control over the appearance and for more flexibility, consider using a
Continuous Form instead.
 
Top