chris-uk-lad
Registered User.
- Local time
- Today, 11:02
- Joined
- Jul 8, 2008
- Messages
- 271
Hi,
Im trying to ammend this, will be simple i know but my sum isnt working. I want the following count to ALSO include values where Status = B.
=DCount("[Ref_No]","Old","[Status]='A'")
I tried
=DCount("[Ref_No]","New","[Status]='A' " AND "[Status ='B']") but shows a number that doesnt add together
Any ideas?
Thanks
Im trying to ammend this, will be simple i know but my sum isnt working. I want the following count to ALSO include values where Status = B.
=DCount("[Ref_No]","Old","[Status]='A'")
I tried
=DCount("[Ref_No]","New","[Status]='A' " AND "[Status ='B']") but shows a number that doesnt add together
Any ideas?
Thanks