Form in continuous view

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have created a form in continuous view. How can i set height automatically
so that i can see all records each time form is opened?
 
I have created a form in continuous view. How can i set height automatically
so that i can see all records each time form is opened?

ummm... what if you had 33824 records?

I'd suggest just making the subform tall enough to display "enough"
records to cover the usual cases, and let the scrollbar take care of
it. Redesigning your form on every record is going to be VERY slow and
inefficient!

John W. Vinson[MVP]
 
John Vinson said:
ummm... what if you had 33824 records?

I'd suggest just making the subform tall enough to display "enough"
records to cover the usual cases, and let the scrollbar take care of
it. Redesigning your form on every record is going to be VERY slow and
inefficient!

John W. Vinson[MVP]

First of all i want have more than ... 20 records :) I tried to make form
tall enough but nothing!

Thanks
 
I tried to make form
tall enough but nothing!

What do you mean by "nothing"? What do you see?

You may need to open the Form in design mode; move all of the controls
(textboxes, combos, and so on) up to the top of the Detail section;
and drag the bottom of the Detail section snug to the bottom of the
controls. This block of controls should repeat as many times as there
is room for them in the Subform control on your mainform.

John W. Vinson[MVP]
 
Back
Top