PureGrace
Technical User
- Feb 21, 2007
- 2
I'm working on a research database and I'm creating reports on researchers. The first report I want to calculate the number of articles published, the number of projects they have worked on and the number of grants they have.
However, they want the records sorted by class year (the year the project started) and many of the researchers have multiple projects. So everytime it does the final sums it counts some researchers two or three times.
The other problem I'm having is that when I do queries with more detailed information about the researchers (article titles, publications) it will also show multiple results for each researcher.
Example
Name Class Year Article Name Publication
Joe Smith 2000 There was a dog Scientific Magazine
Joe Smith 2000 There was a cat Cat Magazine
Joe Smith 2002 There was a dog Scientific Magazine
Joe Smith 2002 There was a cat Cat Magazine
Is there anyway to narrow down this entries in the report? Otherwise I'm counting each article and publication twice and each researcher 4 times in this example.
Thanks in advance for all your help!!!
However, they want the records sorted by class year (the year the project started) and many of the researchers have multiple projects. So everytime it does the final sums it counts some researchers two or three times.
The other problem I'm having is that when I do queries with more detailed information about the researchers (article titles, publications) it will also show multiple results for each researcher.
Example
Name Class Year Article Name Publication
Joe Smith 2000 There was a dog Scientific Magazine
Joe Smith 2000 There was a cat Cat Magazine
Joe Smith 2002 There was a dog Scientific Magazine
Joe Smith 2002 There was a cat Cat Magazine
Is there anyway to narrow down this entries in the report? Otherwise I'm counting each article and publication twice and each researcher 4 times in this example.
Thanks in advance for all your help!!!