Increase the amount of records shown in a continuous form

  • Thread starter Thread starter Raptor
  • Start date Start date
R

Raptor

How can I increase the amount of records displayed in the details section of
a continuous form?
 
Please give us more info... is the form being displayed in maximized view?
in restored/dialog view? If the latter, you'll need to use a subform for the
records so that you can set the "height" of the section that will show the
records.
 
Then you'll need to use a subform to display the actual records. You can set
the "height" of the subform to show more than one record. Set the main form
back to single form view. Put the subform in the detail section of the main
form.

A continuous forms view, as you've seen, will only display one record height
when the form is used as a popup/dialog form.
 
Back
Top