johnwiseman
MIS
Hello.
I have a Query attached to One Table. Three of the table columes are as follows.
ID - Autonumber datatype.
Date - DateTime datatype
Error - Yes/No datatype
The query is simple.
Error - Group By - Criteria <>0
Id - Count
Date - Where
Nowthe issue I require assistance with.
If the Error (yes/no)is positive the the CountofID will record the amount.
If the Error (yes/no) is not positive the query returns no results. (now very helpfull on a report)
I need an IIf statement to the effect that if [Errors] ="0" the [countofID] ="0" Rather than producing no result.
Thanks in advance for your help...
I have a Query attached to One Table. Three of the table columes are as follows.
ID - Autonumber datatype.
Date - DateTime datatype
Error - Yes/No datatype
The query is simple.
Error - Group By - Criteria <>0
Id - Count
Date - Where
Nowthe issue I require assistance with.
If the Error (yes/no)is positive the the CountofID will record the amount.
If the Error (yes/no) is not positive the query returns no results. (now very helpfull on a report)
I need an IIf statement to the effect that if [Errors] ="0" the [countofID] ="0" Rather than producing no result.
Thanks in advance for your help...