is it possible to start with a normal report without any sorting/grouping etc.
A user chooses a value from a combo box eg. 'Completed'.
Instead of having a select case saying:
case 'Completed'
docmd.openreport "rptCompleted" etc etc
Instead, on the On_Open of the ONE report add the grouping at run time.
Let me kmow if this doesn't make sense.
I am sure this can be done I just cannot seem to think of a way.
Cheers,
Nick
A user chooses a value from a combo box eg. 'Completed'.
Instead of having a select case saying:
case 'Completed'
docmd.openreport "rptCompleted" etc etc
Instead, on the On_Open of the ONE report add the grouping at run time.
Let me kmow if this doesn't make sense.
I am sure this can be done I just cannot seem to think of a way.
Cheers,
Nick