Adding Dates

ChrisF

New member
Local time
Today, 00:45
Joined
Jun 12, 2003
Messages
8
I have a report full of dates that items have been issued to members of staff. I need a calulation that can tell me how many items have been issued. I have tried:

=Count([EarPlugs])
and
=Sum([EarPlugs])

but i just get #Error

Any ideas on what to do!?:rolleyes:
 
Hi Chris

=Count([Name of Field]) should work. Are you sure [EarPlugs] is the EXACT name of the field? i.e. It's not [Ear_Plugs].

Try it with another field on the report, as long as there is a value for each line of the report, it doesn't matter which field you use.

Dave
 
Where on the Report are you using these calculations?
 
i was using it in the Footer of the document, but not u said that i have tried it in the mian body of the document and it works. Yet again something so simple! Doh!!!

Cheers Peeps :D
 

Users who are viewing this thread

Back
Top Bottom