How can a subform in a form show all in Access?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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!
 
On Thu, 9 Mar 2006 12:20:33 -0800, love access <love
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]
 
Back
Top