Conditional Scrollbar?

jazztie

Registered User.
Local time
Today, 17:48
Joined
Jun 9, 2005
Messages
19
I have a subform which shows records... usual stuff. However, when I turn on the scrollbar, it always shows the scrollbar... also when there are no or a few rows in the subform.

Can I make the scrollbar of a (sub)form conditional? -- so, if the form needs more than so many space because of records shows: it turns on the scrollbar.. else: no scrollbar.

Any help is appreciated,

Jazz
 
You should write code to check for the number of records displayed on the subform and if the record is X then you turn on the scroll bar, otherwise you keep it disabled.
 

Users who are viewing this thread

Back
Top Bottom