P
PIMA
I have a report with a fixed layout which should accept
different grouping on same recordsource depending on the
user's choice: sometimes it can be groupeb by article,
sometimes by customer, sometimes even by article and
cusrtomer. Therefore I need Just 1 report with a fixed
number of groups to be changed any time.
I tried to submit a function returning a [string], but
with no success, and it is not possible to have a function
returning a Dao.Field because it raises an error.
As it should be a runtime version, I can not use the
CreateGroupLevel method as it requires to have the report
in design mode.
Does anyone know how to fix it up?
Thanx
Matteo
different grouping on same recordsource depending on the
user's choice: sometimes it can be groupeb by article,
sometimes by customer, sometimes even by article and
cusrtomer. Therefore I need Just 1 report with a fixed
number of groups to be changed any time.
I tried to submit a function returning a [string], but
with no success, and it is not possible to have a function
returning a Dao.Field because it raises an error.
As it should be a runtime version, I can not use the
CreateGroupLevel method as it requires to have the report
in design mode.
Does anyone know how to fix it up?
Thanx
Matteo