Re: Question Regarding Combining Duplicate Records
- From: wwachsberger@xxxxxxxxx
- Date: 5 Jan 2007 15:04:32 -0800
Thank you for your response, however I tried that, but because I have
other transactions that are not duplicates, I don't know how to bring
the respective non-duplicates into the duplicate query so that I can
view all of my transactions together, by transaction. I am in extreme
gratitude for your help. Please let me know if this response is
confusing
Klatuu wrote:
Waht you need is a Totals query.
Create a query in the query builder that contains the field you identify.
Click on the icon on the tool bar that looks like the Greek letter Sigma
(sort of).
You will see a row added to the query builder.
For all the rows execpt Revenue, select Group By. For Revenue, select Sum.
--
Dave Hargis, Microsoft Access MVP
"wwachsberger@xxxxxxxxx" wrote:
I have a situation where I have quasi-duplicate data which looks like
the following:
Unique ID Name Location Color Revenue
1 A New York Green 100
2 A New York Green 200
3 A New York Green 300
There are about 10,000 examples of seperate duplicates like this within
my database. I have written a duplicate query in order to identify all
of these quasi-duplicate records. I now wish to combine all of the
duplicates in order to have the records look like the following:
Unique ID Name Location Color Revenue
1 A New York Green 0
2 A New York Green 0
3 A New York Green 600
I can then ignore the Revenues equal to 0. Many thanks for your help
in advance!
Warren
.
- Follow-Ups:
- Re: Question Regarding Combining Duplicate Records
- From: chris.nebinger@xxxxxxxxx
- Re: Question Regarding Combining Duplicate Records
- References:
- Question Regarding Combining Duplicate Records
- From: wwachsberger
- Question Regarding Combining Duplicate Records
- Prev by Date: Question Regarding Combining Duplicate Records
- Next by Date: RE: how do I update multiple queries at once?
- Previous by thread: Question Regarding Combining Duplicate Records
- Next by thread: Re: Question Regarding Combining Duplicate Records
- Index(es):
Relevant Pages
|