Data Access pages

R

Rudy Madsen

I'm using data access pages to show a lot of records. Default it shows ten
records at a time. Is there any way to show more records in one page.
 
K

Ken Snell [MVP]

Open the page in design view. Right click on the page background and select
Group properties. Look for DataPageSize property. That sets the number of
records returned to a page at one time. Set it All or a different number.
 
Top