Skip to Content
0
Former Member
Apr 20, 2009 at 12:53 PM

Grouping Data

688 Views

Hello

I´m trying to implement a printForm and like grouping the result Data.

The result data like this:

Book1 Chap1 Text1

Book1 Chap1 Text2

Book1 Chap2 Text3

Book2 Chap3 Text4

Book2 Chap3 Text5

The layout that need to generate:

Book1

......Chap1

............Text1

............Text2

......Chap2

............Text3

Book2

......Chap3

............Text4

............Text5

How do This? I'm trying with subforms but no find a way to binding data for grouping.

Edited by: Matías González on Apr 20, 2009 2:53 PM