Difficult to give a definitive answer without knowing what your tables look
like, but you should be able to create a Totals query.
You do this by choosing the table that has the details required to arrive at
the totals below and dragging the Serial Number field and one other field
into the grid. Change the query to a Totals query (click on the Sigma button
on the button bar, or choose Totals on the View menu). Leave the default
"Group By" under the Serial Number field, and change it to "Count" under the
other field.
You can then create a report based on that query, and use it as a subreport.
--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)
"Ron" <(E-Mail Removed)> wrote in message
news:C37635E6-CBBD-4DCA-BCCB-(E-Mail Removed)...
> I am trying to display the total amount of times I sent product out for
> repair by Serial # in the Report Footer. The field name is Sn#. I would
> like for it to display something like this:
>
> Serial # Total Repairs
> M0345 4
> M0241 6
> M0318 1
>
> Can Anyone give me a simple solution?
>
> Thank you,