Count Field

trish.martins1984

Registered User.
Local time
Today, 02:58
Joined
Aug 22, 2007
Messages
16
I need help with counting field.

All i need is to count the totals number of vendors on the first column of my reports.

Can anyone help?

Sorry i'm new at this!
 
You need to add a report footer to the report - View - Report Header/Footer
In the report footer you need to add a text box. In the properties for the text box under control source you will need to enter a formula. The formula should look like =count([fieldName]) so if you are counting last names it would look like =count([LastName]).

Good Luck:D
 

Users who are viewing this thread

Back
Top Bottom