I have a page that sums up query totals on the page. I would
like to display the sums at the top of the page, but obviously
can't do that until the queries are processed and summed up. I
realize that I can run the queries at the top of the page, but the
sums involves loops over record types, and each record type is
added on top of the previous. Any ideas are greatly appreciated.
Thanks!
... View more