A
Allen Browne
The sort order for a report is defined in its Sorting'n'Grouping box, not in
the ORDER BY clause of its RecordSource.
If you want to dynamically change the sorting when you open the report, you
can reassign the ControlSource of the GroupLevel in its Open event. Example
at:
http://allenbrowne.com/ser-33.html
If there is nothing inthe Sorting'n'Grouping box, you could set the OrderBy
property of the report (remembering to set OrderByOn to True as well).
the ORDER BY clause of its RecordSource.
If you want to dynamically change the sorting when you open the report, you
can reassign the ControlSource of the GroupLevel in its Open event. Example
at:
http://allenbrowne.com/ser-33.html
If there is nothing inthe Sorting'n'Grouping box, you could set the OrderBy
property of the report (remembering to set OrderByOn to True as well).