How do I read all records from a table once I open DAP?

S

Shawn K.

The code from the http://office.microsoft.com/en-us/as...345491033.aspx
only searches first couple hundred records though. Can someone help?

--------------------------------------------------------------------------------

The data access page only finds the record if the MsoNavButton
(class=MsoNavLast) is clicked and then I can use the search button. How do I
read all the records into memory for the search button to work when the data
access page is first opened?. I have about 13000 records. Thanks for your
help.

SDK
 
Top