This is a real world problem. I'm working with an older special use
application delivered in a unique installation by the vendor. I'm using email
counts as a substitute for the real, sensitive data.
The larger database/application came with limited reporting ability. I don't
have control over the parameters for reports or the output; either view it on
screen, print hard copies, or if I want digital data, I can only get CSV
files. I take these and import into Excel then Access. I could probably
import into Access directly and will try when I get to work this morning. So,
I'm not querying to get the data but working with canned Crystal Reports.
The data I get through 1 particular report is limited to the status of my
persons as of the date I run the report. If I run it the following day, I'll
get slightly different results depending upon what my persons have done in
the 24 hours that have transpired.
I want to develop an average per person for the quarter which may mean person
A is only on 1 list out of 6 or 7, or may be on 3 or 6 or 7, all depending on
their actions in this period.
So I want to merge 6 or 7 lists, depending up how many times this report is
run in a quarter, into one file. This would contain a distinct listing of
every person on the periodic lists I generate. The average will be based on
1 or up to 6/7 occurences on the lists. The sum of all emails sent, whether
1 or 7 counts, divided by the corresponding # of occurences on the lists,
gives me the average.
The ranking from most to least is a secondary issue that I can handle once I
get the consolidated list.
I hope this helps. I'm simply using Access as a tool to consolidate the
separate lists and generate an average, not to create a new database. I've
done this often in the past not knowing how to do this kind of thing in Excel.
[quoted text clipped - 7 lines]
can then base a Totals query? What does the "ranked most to least" have to do
with the desired result?