I fergot how to count all null field in a query...
First I'm tryin to get all "Y" in a yes no field ... so in my query I add my table then add my field .. i put the letter Y in the criteria.. and it pulls all "Y" yes for that field...
Next I add in my date field.. which pulls all dates with "Y" in it..
some of those fields are blank..
I want to run a count of how many fields are blank in my date field...
I want to return a number of how many are blank..
I know you do a count of IsNULL in the criteria.. but i fergot how.. could someone enlighten me??
thanks
First I'm tryin to get all "Y" in a yes no field ... so in my query I add my table then add my field .. i put the letter Y in the criteria.. and it pulls all "Y" yes for that field...
Next I add in my date field.. which pulls all dates with "Y" in it..
some of those fields are blank..
I want to run a count of how many fields are blank in my date field...
I want to return a number of how many are blank..
I know you do a count of IsNULL in the criteria.. but i fergot how.. could someone enlighten me??
thanks