What determines the number of rows in a continuous form?

M

mscertified

I have a main form and on that a subform which is a continuous form. When I
run this I get 4 rows in the subform even though there is room for 5 rows.
I've tried adjusting the height of the main form detail section and the
height of the subform but cannot get 5 rows to display. Any ideas?
 
T

Tom Lake

mscertified said:
I have a main form and on that a subform which is a continuous form. When I
run this I get 4 rows in the subform even though there is room for 5 rows.
I've tried adjusting the height of the main form detail section and the
height of the subform but cannot get 5 rows to display. Any ideas?

Are there at least five rows of data? The subform will only fill up as many
lines as there
are rows of data. The rest will be blank.

Tom Lake
 
Top