Is there a 10000 record limit to data access pages in Access 2000

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

Guest

I am trying to access data using a data access page in Access 2000. The data
is just limited to 10,000 records the other records are not shown. How can I
get over this problem?
 
Yes, there is one by default. You can change the property MaxRecord for the
page - under the Data tab - but if you need to see more than 10000 records,
maybe there is something with your (lack of) filters.

Don't forget that all these records must be retrieved from the server and
travel over the network when the page is opened.
 
Back
Top