I have a subform embedded inside a form. It only shows one row of data. I
would like for it to show all the data. The subform is linked to a query.
Thanks!
>I have a subform embedded inside a form. It only shows one row of data. I
>would like for it to show all the data. The subform is linked to a query.
>Thanks!
Set the Subform's "Default View" property to Continuous, and adjust
the size and position of the controls on the subform so that multiple
records are displayed.
John W. Vinson[MVP]