DanG
Registered User.
- Local time
- Today, 12:25
- Joined
- Nov 4, 2004
- Messages
- 477
Hello,
I should know how to do this by now, but reporting is one of my weak spots
My report groups:
Campaign
District
Basic info:
This is a mailing tracking database. We mail letters out and track results. The main form contains a field called "MailListSize" (number of letters sent), there is a subform that contains the results which can rusult in multimple entries (one-to-many with the main form), such as "appointment set", "contact management entered"...
What I need:
On the report I want a total for the campaign, by district of, the number of letters sent. Then I want a grand total of the letters sent.
The problem:
It seems the number of letters sent is being counted multiple times. The query results display a duplicate main form result for every subform entry. So if one main form entry contains two subform entries, the letters sent is counted twice when trying to sum the results in the report. This all seems to be a result of the one-to-many relationship of the two forms that are entered into.
I thought grouping would solve the problem, but I can see to find the right grouping combination to get the results I need.
Any help would be appreciated!
I should know how to do this by now, but reporting is one of my weak spots

My report groups:
Campaign
District
Basic info:
This is a mailing tracking database. We mail letters out and track results. The main form contains a field called "MailListSize" (number of letters sent), there is a subform that contains the results which can rusult in multimple entries (one-to-many with the main form), such as "appointment set", "contact management entered"...
What I need:
On the report I want a total for the campaign, by district of, the number of letters sent. Then I want a grand total of the letters sent.
The problem:
It seems the number of letters sent is being counted multiple times. The query results display a duplicate main form result for every subform entry. So if one main form entry contains two subform entries, the letters sent is counted twice when trying to sum the results in the report. This all seems to be a result of the one-to-many relationship of the two forms that are entered into.
I thought grouping would solve the problem, but I can see to find the right grouping combination to get the results I need.
Any help would be appreciated!