J
JB
I use a form to allow the user to select what fields to sort and group
by for a report. I can dynamically create the sort order. I am using
the CreateGroupLevel method to establish the group in the report. The
problem with my method is that I have to set this feature in the design
of the form and then the user is prompted to save the report. I do not
want any prompt. If I save the report in code then new groups get added
instead of replaced.
Is there a better technique to use to create a dynamic group in a
report? The report will have only one field to group by each time and
that group will only have a footer. I also need to place a line that
spans the width of the group footer. I do not want any prompt for the
user to have to save anything.
If anyone can give me advice to improve my current approach or a new
approach that will accomplish the same thing, I would appreciate it.
by for a report. I can dynamically create the sort order. I am using
the CreateGroupLevel method to establish the group in the report. The
problem with my method is that I have to set this feature in the design
of the form and then the user is prompted to save the report. I do not
want any prompt. If I save the report in code then new groups get added
instead of replaced.
Is there a better technique to use to create a dynamic group in a
report? The report will have only one field to group by each time and
that group will only have a footer. I also need to place a line that
spans the width of the group footer. I do not want any prompt for the
user to have to save anything.
If anyone can give me advice to improve my current approach or a new
approach that will accomplish the same thing, I would appreciate it.