G
Guest
I have a three-table query that feeds a report to show which (UK) schools
offer which (UK) courses, using multiple selection criteria supplied by a
form. For example, select courses A, C, G and K and the report displays all
schools that offer at least one of those courses. The aggregate Count
function reports how many of the selected courses each school offers. So far
so good. However, I need to order the report so that the schools with the
highest hit-rate (best match) appear at the top of the report. You can't
group/sort on an aggregate because it doesn't get calculated until the report
is underway, by which time it's too late! Please help!
offer which (UK) courses, using multiple selection criteria supplied by a
form. For example, select courses A, C, G and K and the report displays all
schools that offer at least one of those courses. The aggregate Count
function reports how many of the selected courses each school offers. So far
so good. However, I need to order the report so that the schools with the
highest hit-rate (best match) appear at the top of the report. You can't
group/sort on an aggregate because it doesn't get calculated until the report
is underway, by which time it's too late! Please help!