WHERE'S my scrollbars?

  • Thread starter Thread starter Kan D.
  • Start date Start date
K

Kan D.

Why can't I get the scrollbars to appear on a subform.

I have a form that has a subform.

The height of the subform's "source object" extends the height of the actual
subform object. So there should be scroll bars on this subform! I have
another form that's working the way I want, but I can't seem to figure out
why this one won't show the scrollbars. I found no "scrollbars" property
for the subform object.

Help

Kan D.
 
Kan said:
Why can't I get the scrollbars to appear on a subform.

I have a form that has a subform.

The height of the subform's "source object" extends the height of the
actual subform object. So there should be scroll bars on this
subform! I have another form that's working the way I want, but I
can't seem to figure out why this one won't show the scrollbars. I
found no "scrollbars" property for the subform object.

Help

Kan D.

It's the Scrollbars property on the form inside the subform control that
controls that.
 
Back
Top