B
Blair
I have this expression to find the number of females, it totals 338 but 67
of the count is dups or trips of the same female number. the count should be
271 if I can exclude the duplicates and triples.
Total Females: Sum(IIf([MaleReport1]![WHELPING DATE] Is Not Null Or
[MaleReport1]![WHELPING DATE] Is Null,1,0))
[Female#] field set as count will also result in a count of 338 also.
any ideas on how to eliminate the duplicates?
Thanks Blair
of the count is dups or trips of the same female number. the count should be
271 if I can exclude the duplicates and triples.
Total Females: Sum(IIf([MaleReport1]![WHELPING DATE] Is Not Null Or
[MaleReport1]![WHELPING DATE] Is Null,1,0))
[Female#] field set as count will also result in a count of 338 also.
any ideas on how to eliminate the duplicates?
Thanks Blair