chris-uk-lad
Registered User.
- Local time
- Today, 06:18
- Joined
- Jul 8, 2008
- Messages
- 271
Hi, this might have got lost in the other topic so posting a fresh, I have a formula to work with where as i want it to return the number of records that dont have the following Status entries.
=DCount("[Ref_No]","New","[Status]not in ('A','B','C','D' )")
However, i want it to then be left with fields where [Status] is ' ' i.e empty, nothing inside. It doesnt seem to pick up on an empty cell though. So where i want it to return 2 empty status boxs, the result returned is 0.
Any idea why? and a resolution?
=DCount("[Ref_No]","New","[Status]not in ('A','B','C','D' )")
However, i want it to then be left with fields where [Status] is ' ' i.e empty, nothing inside. It doesnt seem to pick up on an empty cell though. So where i want it to return 2 empty status boxs, the result returned is 0.
Any idea why? and a resolution?