Gordon
Gordon
- Local time
- Today, 01:06
- Joined
- Nov 25, 1999
- Messages
- 34
I've read various posts, some of which indicate that the CountIF function does not exist, and some of which suggest using it.
What I'm trying to do is to show the number of incidents in a report where the date in the field "Current Revision Date" is greater than a given date.
Here are the formulas I've tried:
=Count(IIf([Current Revision Date]>5/1/2007,1,0))
I've also tried:
=Count([Current Revision Date]>5/1/2007)
The result I get is a count of all of the records, not just the records whose date is greater than 5/1/2007
Any suggestions?
Thanks.....
Gordon
What I'm trying to do is to show the number of incidents in a report where the date in the field "Current Revision Date" is greater than a given date.
Here are the formulas I've tried:
=Count(IIf([Current Revision Date]>5/1/2007,1,0))
I've also tried:
=Count([Current Revision Date]>5/1/2007)
The result I get is a count of all of the records, not just the records whose date is greater than 5/1/2007
Any suggestions?
Thanks.....
Gordon