JHMarshIII
Registered User.
- Local time
- Today, 10:18
- Joined
- Feb 8, 2002
- Messages
- 19
I have read all that I can and still can't figure out what is wrong with my syntax. I am trying to count the null occurances of a field within a report. I tryed this in the group footer:
=DCount("[MemberID]","FinTreasCampRpt","[MemberID] is null")
I know I have records that meet the null test, but I get 0 when the report is run. I also have tried replacing the MemberID with an '*'. Any direction would be helpful at this point.
Thanks, John ....
=DCount("[MemberID]","FinTreasCampRpt","[MemberID] is null")
I know I have records that meet the null test, but I get 0 when the report is run. I also have tried replacing the MemberID with an '*'. Any direction would be helpful at this point.
Thanks, John ....