Freeze Columns on Form?

J

Jason Gyetko

I know I can freeze columns on a table, or in datasheet view on a form, but
is there a way to freeze the leftmost text boxes on a form in form view?
Thanks.
 
V

Van T. Dinh

Not AFAIK. However, it is MUCH better to design the Form that is wholly
visible on the screen so that the users don't have to use the Scrollbars to
move the Form around.

If you need more room to put Controls on the Form, use a TabControl where
you can re-use the space.
 
Top