G
Guest
The following counts all the records in the query called testt where the
“supervisor†field has “rampersad†and the “approved field†is “yesâ€.
x = DCount("[supervisor]", "testt", "[supervisor] = 'rampersad'" & "And" &
"[approved] = 'yes'")
Question, how can I change this so that the†approved†field = “null†or
“not null†or “not like ‘ a particular value’�
Thanks,
“supervisor†field has “rampersad†and the “approved field†is “yesâ€.
x = DCount("[supervisor]", "testt", "[supervisor] = 'rampersad'" & "And" &
"[approved] = 'yes'")
Question, how can I change this so that the†approved†field = “null†or
“not null†or “not like ‘ a particular value’�
Thanks,