G
Guest
Hi,
I'm pulling records from an oracle dbase into Access 2000 for weekly
reporting and analysis. Due to the structure of the data there are
duplicates because of relationships between multiple tables etc. I need to
combine the duplicate records into one (summing dollar amounts etc) and
assign it to a single call type based on a heirarchy. If Service Request
(SR) 12345 has 2 records with call type W and R the records would be combined
into a single record with call type W. Duplicates like this are the
exception not the rule, but there are too many to do manually every week.
I've searched and searched and thought and thought. The best I've come up
with starts liike this. Grab all the records into a temporary table. Append
the singletons to the permanent table and remove them from the temporary
table. Use the temporary table with just duplicates to create a recordset
sorted by SR number and call type hierarchy. Do some magic here....
At this point my brain shuts off - can anyone just give me a jump start???
Thanks!
Karrie
I'm pulling records from an oracle dbase into Access 2000 for weekly
reporting and analysis. Due to the structure of the data there are
duplicates because of relationships between multiple tables etc. I need to
combine the duplicate records into one (summing dollar amounts etc) and
assign it to a single call type based on a heirarchy. If Service Request
(SR) 12345 has 2 records with call type W and R the records would be combined
into a single record with call type W. Duplicates like this are the
exception not the rule, but there are too many to do manually every week.
I've searched and searched and thought and thought. The best I've come up
with starts liike this. Grab all the records into a temporary table. Append
the singletons to the permanent table and remove them from the temporary
table. Use the temporary table with just duplicates to create a recordset
sorted by SR number and call type hierarchy. Do some magic here....
At this point my brain shuts off - can anyone just give me a jump start???
Thanks!
Karrie