OK, here's my problem.
I need to select distinct(member****p_number) from the database then
sum(amount) each person's various financial contributions.... then I need
to
display these contribution totals in order descending. Sounds simple, and
it should be. But I can't figure it out.
What's the secret? I've tried arrays, lists and querying a query. I
can't
get it to work.
Thanks for your help.
Rob