Dynamically Sort Report That Already Has Group By (XP/Access 2003)

Maa421s

New member
Local time
Yesterday, 21:59
Joined
Jun 28, 2013
Messages
7
I must use XP/Access 2003 to solve this problem for reasons I won't get into.

I have a report with a Group by on City.
The users need to be able to sort by Coordinator within that OR by Client Name based on a selection they make on the form that opens the report.

-- I have tried to set .OrderBy
-- I have tried to set .RecordSource to different queries with order by hardcoded in them (I only have 2 sort options fortunately)

Is there a way to dynamically change the "Sorting and Grouping" defined in the report? This seems to be the only sorting that the report is responding to.

If this is totally obvious, forgive me as I have very little Access 2003 Reporting experience.
 
Just a guess.
Look up Report.Section Property.

Dale
 

Users who are viewing this thread

Back
Top Bottom