W
WCDoan
I'm trying to do a count of the number of animals for a specific owner. It
worked fine until I tried to add the AnimalDeceased and AnimalMoved criteria.
I've tried all kinds of combinations, but I haven't been able to find the
right one. Could someone please show me what this should look like. The
criteria would be:
OwnerID_AnimalTbl = Me.OwnerID and
AnimalDeceased = False and
AnimalMoved = False
CountOfAnimals = DCount("*", "tblAnimals", "[OwnerID_AnimalTbl] = &
Me.OwnerID AND [AnimalDeceased] = False AND [AnimalMoved] = False")
Thanks,
RandyM
worked fine until I tried to add the AnimalDeceased and AnimalMoved criteria.
I've tried all kinds of combinations, but I haven't been able to find the
right one. Could someone please show me what this should look like. The
criteria would be:
OwnerID_AnimalTbl = Me.OwnerID and
AnimalDeceased = False and
AnimalMoved = False
CountOfAnimals = DCount("*", "tblAnimals", "[OwnerID_AnimalTbl] = &
Me.OwnerID AND [AnimalDeceased] = False AND [AnimalMoved] = False")
Thanks,
RandyM