View Full Version : Another counting question on reports


kbrooks
03-19-2002, 06:28 AM
I have a database set up tracking occurrance reports. They have had me set up several reports showing various information. Now they are wanting a COUNT of all records on each reports. Doesn't seem that difficult but I can't figure out quite how to do it. I set this database up 6 months ago and really haven't looked at it since!

One thing all records have in common is an incident#, if that helps.

David R
03-19-2002, 12:38 PM
Can you put =Count(*) in the report footer?
Try that first.

David R

kbrooks
03-20-2002, 09:12 AM
Thanks for the suggestion. I tried that but I get #Error in the footer.

??