Grouping: Data Access Pages

steve-waters

New member
Local time
Today, 23:04
Joined
Dec 19, 2007
Messages
6
Grouping: Data Access Pages (solved)

G'day,

Putting together some data access pages to display data from tables.

All is good except a property that I do not like, when there are multiple records in the returned recordset from the query to the page, I have grouped these by ID (for example).

Each time you move to next record the display contracts back to just the top level of display, that is with the the ID number displayed in a text box and a "+" to expand it out to see the details of the record under that group.

I would like have it always expanded to show the details of the records as I scroll though the ID numbers (the top level of grouping), rather than having to expand for each ID number to see the details.

Not sure that is clear, but any ideas..........
 
Last edited:
Solved this issue.

After you have completed the grouping and the page is open in design view.
-> Right click (in the header area where the grouping is)
-> Select "Group Level Properties" options.
-> Change ExpandByDefualt to "True"

Steve
 

Users who are viewing this thread

Back
Top Bottom