Sub-Form for reports?

  • Thread starter Thread starter JPS
  • Start date Start date
J

JPS

I have a task to populate a multiselect listbox with a list reports. For
each report, the user needs to be able to select the sort and group by field
for each report selected from a dropdown list or other mechanism. Can this
be accomplished with a multiselect list box? I am able to do this is the
reports are selected individually, but not multiselect.
 
I have a task to populate a multiselect listbox with a list reports. For
each report, the user needs to be able to select the sort and group by field
for each report selected from a dropdown list or other mechanism. Can this
be accomplished with a multiselect list box? I am able to do this is the
reports are selected individually, but not multiselect.

I'm trying to visualize how this would work. Will the sorting and grouping be
the same for every report? Do you really redesign the structure of your
reports on the fly in this way - what about group headers or footers,
subtotals, etc.?
 
Back
Top