subform only shows 2 rows

atrium

Registered User.
Local time
Today, 22:23
Joined
May 13, 2014
Messages
348
A have a parent form and a subform within it. It working as I want. I can flick through the Orders on the Parent form and the Order Items show up in the subform.
But only a max of two records show up on the subform and I know that there are a couple of forms have 9+ Order items for an Order. I just want to exspand the detail area in the subform to accommodate the total number of order items
 
Have you tried making the subform control larger
 
Do you have a record selector on the subform? If so, does it show the number of records? What about your case with the 9+ records?
 
on Design view of your form, click on the Border of the subform
(make sure the border is highlighted),
on it's Property->Format->Vertical Anchor: Both
 
Also check the height of the detail section.
 
Thank you everyone. It was the height of the subform control. So simple but thanks Bob Fitz (y) :)

Great being part of this forum

Thank you again
 

Users who are viewing this thread

Back
Top Bottom