R
Roger Epps
I have a db with 3 fields that need to be counted.
"Primary","CurrHrs","Vol_Status".
So far I have used Count, DCount and IIF with no results
other than two of the fields being counted and one being
counted incorrectly.
The Primary field is a Yes/Null field and access2000 is
counting both the Y and the Null. I need to count only
the Y with the other field restrictions in place.
I am using the following Dcount in the Control Source
window of a bound box.
=DCount("[Primary]","Macvip","[currhrs] > 0 AND
[VOL_STATUS] >= 'RET'")
When this is used it counts the Primary fild Y/Null
together and produces the wrong result.
"Primary","CurrHrs","Vol_Status".
So far I have used Count, DCount and IIF with no results
other than two of the fields being counted and one being
counted incorrectly.
The Primary field is a Yes/Null field and access2000 is
counting both the Y and the Null. I need to count only
the Y with the other field restrictions in place.
I am using the following Dcount in the Control Source
window of a bound box.
=DCount("[Primary]","Macvip","[currhrs] > 0 AND
[VOL_STATUS] >= 'RET'")
When this is used it counts the Primary fild Y/Null
together and produces the wrong result.