The Shadow knows, but he isn't telling which items you want the "product" to be clculated from.
I, on the other hand, would like a bit of clarification.
Mostly, the "product" in a report would be something like the sum of the product of two (or more) fields for each record in the report. This would often be the "Sum" or report total.
Your statement appears to ask for the product formed by the multiplication of the values from a single field for each record in the report.
[b[IF[/b] you mean the former, more traditional approach, this is often done by actually doing the 'product' for each record. If the 'exxtended' amount is not required for each record, you can make the text box holding the value NOT visible. Wheather the 'extended amount is visible or not, an easy way to get the report total is to just add another (almost always hidden) textbox whose controlsource is the extended amount and whose running sum is set to over report. Finally, a last text box is placed in the report footer. It's control source is set to the running sum textbox in the detail.
[b[IF[/b] you mean the latter. Please clarify that and provide a BRIEF example.
MichaelRed
mred@att.net
There is never time to do it right but there is always time to do it over