Force vertical scroll bar to be displayed in a subform

  • Thread starter Thread starter Mesa
  • Start date Start date
M

Mesa

This is just to make my database a little prettier, but how can i
program the subform which is on continuous form view to display the
vertical scroll bar despite that there is not enough records to use
it. the scroll bar is not visible if there are not enough records to
overlap the subform window size.
 
Mesa:

To the best of my knowledge this is not possible. Why would you want this
anyway?

If it is because you don't like the blank/grey column along the right side
when not enough records exist, then consider adding code to the On Open and
On Current events of your main form and to the On Lost Focus event of the
subform control which alters the Width property of your subform control.

Seth Schwarm
 
Back
Top