If you add another field to the query, containing the female# and group by
this field, does this help? This new field may need to go before the field
containing your expression. If this doesn't help, open your query in SQL
view, insert the works DISTINCT Female# between select and the first field
you already have in the query. If you don't want to display the female# field
you added, you can turn off the display by unchecking the box in the field's
column in Design View.
HTH
kasab
> 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
[quoted text clipped - 7 lines]
> any ideas on how to eliminate the duplicates?
> Thanks Blair
kasab - 14 May 2006 02:26 GMT
Oops, sorry. Typo: What I should have typed is "... insert the words DISTINCT
..."
> If you add another field to the query, containing the female# and group by
> this field, does this help? This new field may need to go before the field
[quoted text clipped - 18 lines]
> > any ideas on how to eliminate the duplicates?
> > Thanks Blair