Hi all,
Happily using DCount to extract the answers where there is data/text in the field "Status":
=DCount("*","TblTmpEventDates","status = 'CANCELLED'")
But, how do I manage to count the Events in that table where the status is blank? I have tried:
=DCount("*","TblTmpEventDates","status = ''") I.e.two apostrophes, but to no avail.
Does anyone know how to count where there are blanks?
thanks in anticipation
Pete