B
Blair
I have field that is a yes/no field, if yes it is a missed female, if no she
has babies.Problem is this female can show as missed twice because she could
have mated with two different males. But in reality she can only miss the
once. So if the [female#] is in the query more than once I still only want
it to be counted once not 2 or 3 times.
I tried this expr. Misses: Sum(IIf([MaleReport1]![MISSED]=True,1,0)) but it
is not accurate because it includes the duplicates.
I tried something like this, but it didn't work Misses:
Sum(IIf([MaleReport1]![MISSED]=True And [MaleReport1]![FEMALE #] <>
[MaleReport1]![FEMALE #] ,1,0))
can anyone help
Thanks Blair
has babies.Problem is this female can show as missed twice because she could
have mated with two different males. But in reality she can only miss the
once. So if the [female#] is in the query more than once I still only want
it to be counted once not 2 or 3 times.
I tried this expr. Misses: Sum(IIf([MaleReport1]![MISSED]=True,1,0)) but it
is not accurate because it includes the duplicates.
I tried something like this, but it didn't work Misses:
Sum(IIf([MaleReport1]![MISSED]=True And [MaleReport1]![FEMALE #] <>
[MaleReport1]![FEMALE #] ,1,0))
can anyone help
Thanks Blair