G
Guest
I have a report created from a table with the following fields:
[PEST], [BENEFICIAL], [COUNTY], [NUMBER_RELEASED], [REFER#], [LATITUDE] &
[LONGITUDE]
It is a detailed report showing individual records.
The report is grouped by Pest then by Beneficial and sorted by ascending
County.
I have gotten as far as to calculate on the form the total number released
for Beneficial (species) and the total released for the Pest (sometimes more
than one Beneficial).
Now I am trying, without luck to get a count of the number of unique
Counties where releases were made.
I have tried to use count on the report but there may be 5 releases to three
different Counties and the result is 5 rather than 3.
I can't seem to acheive the results I want with a query either, cause I
don't know what I'm doing.
[PEST], [BENEFICIAL], [COUNTY], [NUMBER_RELEASED], [REFER#], [LATITUDE] &
[LONGITUDE]
It is a detailed report showing individual records.
The report is grouped by Pest then by Beneficial and sorted by ascending
County.
I have gotten as far as to calculate on the form the total number released
for Beneficial (species) and the total released for the Pest (sometimes more
than one Beneficial).
Now I am trying, without luck to get a count of the number of unique
Counties where releases were made.
I have tried to use count on the report but there may be 5 releases to three
different Counties and the result is 5 rather than 3.
I can't seem to acheive the results I want with a query either, cause I
don't know what I'm doing.