Form in continuous view

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?
 
J

John Vinson

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

Guest

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
 
J

John Vinson

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]
 

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