W
weircolin
Hi
Does anyone have any idea why when with the following code if I select
a year from "cboyear"
and nothing in "cbobenefits" the text box is giving me a return of "2"
rather than "0"?
=DCount("*","tblIssuesandconcerns","[Year] =" & Nz([cboyear],0) & "And
[Topic Name] =" & Nz([cbobenefits],0))
Cheers
Colin
Does anyone have any idea why when with the following code if I select
a year from "cboyear"
and nothing in "cbobenefits" the text box is giving me a return of "2"
rather than "0"?
=DCount("*","tblIssuesandconcerns","[Year] =" & Nz([cboyear],0) & "And
[Topic Name] =" & Nz([cbobenefits],0))
Cheers
Colin