How would I add additional criteria to the below.
My criteria would be [myfield] = "Complete"
Is this even possible?
My criteria would be [myfield] = "Complete"
Is this even possible?
Code:
ThisYear: DCount("*","Open Issues","year([RequestDate]) = " & Year(DateAdd("y",-1,Date())))