J
Jorge Novoa
Hello everyone!
I'm Using Access XP, with a .MDB file
I want to create some reports, with filters that the user can select the
sorting and grouping in a form.
I mean, suppose a form with the following options to the user:
Group by:
User
Client
Task
Subtotals o primary sort? (checkbox)
Subtotals o secondary sort? (checkbox)
They will be able to select:
1- Group only by one user
2- Group by User AND Client
3- and so on...
In order to get a report like this for the first case:
User Nº1
records
records
...
records
SubTotal of User Nº1:[Subtotal1]
User Nº2
records
records
...
records
SubTotal of User Nº2: [Subtotal2]
Grant Total: [Total]
Or in the second case:
User: User Nº1
Client A
records
records
...
records
Subtotal of Client A
Client B
records
records
...
records
Subtotal of Client B
SubTotal of User Nº1
User: User Nº1
Client A
records
records
...
records
Subtotal of Client A
Client B
records
records
...
records
Subtotal of Client B
Client T
records
records
...
records
Subtotal of Client T
Grant Total: [Total]
I know well this can be done, but I want to setup all these grouping and
sorting with VBA using one or two reports, I don't know if this is possible,
if so please help me.. if not...I'll make as many reports as it takes, and
at least I'd like to know if there's a way to handle values for this report
properties¿?.
Maybe it can be done with one single report and Hide/Show some parts of it.
¿?
Thanx!
Be well guys!
I'm Using Access XP, with a .MDB file
I want to create some reports, with filters that the user can select the
sorting and grouping in a form.
I mean, suppose a form with the following options to the user:
Group by:
User
Client
Task
Subtotals o primary sort? (checkbox)
Subtotals o secondary sort? (checkbox)
They will be able to select:
1- Group only by one user
2- Group by User AND Client
3- and so on...
In order to get a report like this for the first case:
User Nº1
records
records
...
records
SubTotal of User Nº1:[Subtotal1]
User Nº2
records
records
...
records
SubTotal of User Nº2: [Subtotal2]
Grant Total: [Total]
Or in the second case:
User: User Nº1
Client A
records
records
...
records
Subtotal of Client A
Client B
records
records
...
records
Subtotal of Client B
SubTotal of User Nº1
User: User Nº1
Client A
records
records
...
records
Subtotal of Client A
Client B
records
records
...
records
Subtotal of Client B
Client T
records
records
...
records
Subtotal of Client T
Grant Total: [Total]
I know well this can be done, but I want to setup all these grouping and
sorting with VBA using one or two reports, I don't know if this is possible,
if so please help me.. if not...I'll make as many reports as it takes, and
at least I'd like to know if there's a way to handle values for this report
properties¿?.
Maybe it can be done with one single report and Hide/Show some parts of it.
¿?
Thanx!
Be well guys!