Count next record in report summary for different fields

E

Eric B.

I have 30 clients with many records. The report is sorted
by client then by 4 types of transactions (buy, sell,
credit, return).

How can I count to the next client by using 30 different
fields in the report footer (not page or client footer)
thereby, giving summary information, on each individual
client, in report footer.

i.e.
(Report Footer)

field1:
controlsource=[client]

field2:
controlsource= Next([client]+1)

field3:
controlsource= Next([client]+2)
 
D

Duane Hookom

It's difficult to understand exactly what you want. I think you need to
create a totals query with your computed values and then use this as a
record source of subreport in your main report's footer.
 

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