Multiple Records display on a DAP or ASP

gmann

Registered User.
Local time
Today, 02:10
Joined
Jun 24, 2002
Messages
21
Is there a way to have multiple records display at once on a data access page or ASP?

I have this table that has this field paramater, which deals with certains tests, each test uses a number of paramaters, so the way the DB was developed is that the different paramaters are listed dowm basically records instead of fields to save from having a 100 collumm table.

So i would like the user to see all these records at once instead of having to cycle through them to enter in the data.

Thanks
Greg
 
dap list

I know its been a while since you asked this question, but I also wanted to know the answer and couldn't find an answer when I needed it. Now I know. so here it is for anyone who wants to view their information in list view in a data access page:

Right-click on the group and select GROUP PROPRTIES. Choose the DataPageSize property and set it to ALL (or the number of records you want to see at once). That's it!
 

Users who are viewing this thread

Back
Top Bottom