I think this is what's happened:
a modal popup comes up with a continuous form... When the popup comes up, even though there are 3 records, I only see one. If I expand the popup downwards I see the other records.
The form at this point was
continuous, and in
Design View, the OP had way too much empty space between the bottom of the text boxes and the bottom of the form, which meant that there was a lot of "white space" between each row of data, forcing the OP to expand the form to see all three records.
It suddenly works. All I did was make it a subform again, put it outside the visible part of the parent form, and make it so that, in design mode, the subform form is in the middle of the screen.
When the form was made into a subform again, the form was
no longer a continuous form but rather a
Datasheet form, which is the default view for a subform! Since
Datasheet forms are formatted similar to spreadsheets or queries, all three rows were automatically "snugged" up to each other, resolving the problem. When a form is displayed in
Datasheet mode, Access ignores any and all formatting that apperars in
Design View and so the extra empty space disappeared. If the form is changed back to
Continuous view I suspect the problem will re-appear.
Linq
;0)>