Can anyopne see where I might be going wrong with this please ?
=IIf([Dogs Name] Is Not Null And [Dogs Name 1] Is Null,1,IIf([Dogs Name 1] Is Not Null,2,0))
Where the [Dog Name] field is empty, it's telling me there are 2 dogs
plus
Where the [Dog Name] field has a dogs name in it, it's telling me there's 1 dog and for some records it's saying there are 2 dogs !
Any help would be appreciated.
Thanks