Hi Everyone,
Looking for some help. Here is part of my current query;
+IIf(Format([DOB],"dd/mm/yyyy")=Format([DateOfBirth],"dd/mm/yyyy"),1,0)
This is just part of my Expression Builder. What I am trying to do is count various matches in my data. It works, except for it will match records where both DOB fields are nulls. How can I ignore a match if they are NULL?
Thanks
Gavin