Capture all records in one form

J

John Anderson

How do you create a form that shows all of the records from a table in one
page?
 
J

jahoobob via AccessMonster.com

Either a Datasheet or Continuous Form view.

John said:
How do you create a form that shows all of the records from a table in one
page?
 
R

Rick B

You can use a continuous form or datasheet to display all the records on one
form with a scroll bar.
 
Top