Getting report total displayed on form

L

Lyle

I have a form that allows the user to input the report dates.
The form then loops thru a list of accounts (currently 22) and creates a
billing report for each account as an email attachment (the report is run 22
times). I would like to keep a running total on the form for each time the
report is run so that I can get a "Batch" total for all the emailed reports.
My thought was to put something in the "On Close" event in the report that
would take the report total and add it to a field on the form. Can this be
done??
 
Top