Did you read the linked tip?
It works because you are creating a DBRW w/ a custom query that returns the Sum of the field named "myAmount" as a new DBRW field
named "MySum" when you add the custom query to the 2nd DBRW using:
SELECT SUM(myAmount) AS MySum
| Yes, I'm using the wizard. Second region? How would that make it work?
|
| Thanks.
|
| "Kathleen Anderson [MVP - FrontPage]" wrote:
|
| > Are you using the Database Results Wizard? Add a second DRW Region that
| > mimics the first:
| >
http://www.spiderwebwoman.com/resources/dbrwtipsandtricks.asp#sum
| >
| > --
| > ~ Kathleen Anderson
| > Microsoft MVP - FrontPage
| > Spider Web Woman Designs
| > web:
http://www.spiderwebwoman.com/resources/
| >
| >
| > | > > How can I make the results of my asp page have a sum at the bottom for a
| > > particular colum?
| > >
| > > Thanks.
| >
| >
| >