Force vertical scroll bar to be displayed in a subform

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.
 
G

Guest

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top