Re: Not Suming Duplicates
- From: Mark Jackson <MarkJackson@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Mon, 13 Nov 2006 11:06:02 -0800
Thank you for your reply. I tried what you posted and it does not work.
When I view my report a box pops up saying
"Enter Parameter Value"
txtPostingsRS
When I hit ok, it shows my report but no total in the report footer. Any
help is appreciated. Thanks
Mark
"Allen Browne" wrote:
Create a group header for Postings..
(Sorting And Grouping box, on the View menu.)
In this section, add a control with these properties:
Control Source =[Postings]
Running Sum Over All
Visible No
Name txtPostingsRS
Now add another text box to the Report Footer section, and set its Control
Source to:
=[txtPostingsRS]
The Running Sum property causes it to accumulate the value once for the
grouping. The final text box then displays the correct total.
--
Allen Browne - Microsoft MVP. Perth, Western Australia
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.
"Mark Jackson" <MarkJackson@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:AEFF5212-094A-4F00-8135-515ED888E5D1@xxxxxxxxxxxxxxxx
I have a report that is bound to a query. In this query I am using 3
different tables. Kit, Solicitations, and Postings. In the Kit table I
have
stock number, part number, and description. In Solicitations I have Date
Issued, Due Date, Solicitaion Number, and Price. And in Postings I have
Postings and Date. Each day I enter the total number of Postings
available
for that day and any Kits we can quote on. Sometimes on any given day I
can
have 20 kits that we can quote on. The problem I am having is when I run
my
report I am not getting the correct sum of Postings. I noticed on my
report
it shows the number of Postings for each Kit entry for that day. I have
set
the hide duplicate to yes which hides all the Postings except one for that
day but when I sum the Postings field it totals all the duplicate too. Is
there anyway to sum only ones that are not duplicates? Any help is
appreciated.
Mark
- Follow-Ups:
- Re: Not Suming Duplicates
- From: Allen Browne
- Re: Not Suming Duplicates
- References:
- Re: Not Suming Duplicates
- From: Allen Browne
- Re: Not Suming Duplicates
- Prev by Date: Report on a selected field value
- Next by Date: Re: null values on a report
- Previous by thread: Re: Not Suming Duplicates
- Next by thread: Re: Not Suming Duplicates
- Index(es):
Relevant Pages
|