Hi,
Don't know if this will help but:
Can you have a form with an option group
And then base the query on the form for example in the query have something like (in the SQL):
ORDER BY IIf(Forms!frm_08_reportsort!opt_sort_by=1,field1,field2),
what the above will do is sort by field one if you...