D
Dave F
I want to create a form that prompts the user for the sort sequence of a
report. I will display four pull down lists that display the available
fields. This would work similar to how the Report Wizard works when it asks
the user for the sort sequence.
How can I build a pull down list of fields that are in the query that the
report is built over?
Then can I set the group level in the report open event with the value from
the pull down list?
Such as:
Me.GroupLevel(0).ControlSource = SortSeq0
Me.GroupLevel(1).ControlSource = SortSeq1
Me.GroupLevel(2).ControlSource = SortSeq2
Me.GroupLevel(3).ControlSource = SortSeq3
Thanks,
Dave F
report. I will display four pull down lists that display the available
fields. This would work similar to how the Report Wizard works when it asks
the user for the sort sequence.
How can I build a pull down list of fields that are in the query that the
report is built over?
Then can I set the group level in the report open event with the value from
the pull down list?
Such as:
Me.GroupLevel(0).ControlSource = SortSeq0
Me.GroupLevel(1).ControlSource = SortSeq1
Me.GroupLevel(2).ControlSource = SortSeq2
Me.GroupLevel(3).ControlSource = SortSeq3
Thanks,
Dave F