Sort records by name

F

Frank

Hello All,

I have created a report that I am having trouble with. I
would like to have a separate page for each person's
records in a table. The page has their name (last, first,
mi) how many records are in the table, and some summary
calculations about those records. In the footer section I
have the following syntax:

="Summary for " & "'Last, First, MI' = " & " " & [Last,
First, MI] & " (" & Count(*) & " " & IIf(Count(*)
=1,"detail record","detail records") & ")"

This syntax is followed by some summary calculations for
all the records of a specific individual.

The problem that I am having is that the above syntax is
indicating an incorrect amount of detail records and the
report is not displaying all the individuals in the
database. Any help is greatly appreciated.

Thanks,
..
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top