Hi,
I want to count NULLs in Access Query, I kept getting zero count. can anyone help? The following is the query I'm currently working on:
Select DISTINCT
(Select count(MISSION) from tblSATISFACTION where MISSION IS NULL) as NORESPONSE,
from tblSATISFACTION;
Thank you!!!!!
I want to count NULLs in Access Query, I kept getting zero count. can anyone help? The following is the query I'm currently working on:
Select DISTINCT
(Select count(MISSION) from tblSATISFACTION where MISSION IS NULL) as NORESPONSE,
from tblSATISFACTION;
Thank you!!!!!