Combining Records

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have data that shows similar records that I got from querying a database.

Date WO # Press # Operation Op Time
12/01/04 XXXXX1 143 012 1.58
12/01/04 XXXXX1 143 012 0.96
12/01/04 XXXXX1 143 012 4.28
12/01/04 XXXXX1 143 012 1.02
12/01/04 XXXXX2 105 011 0.67
12/01/04 XXXXX2 105 011 3.30
12/01/04 XXXXX2 105 011 1.28

I would like a macro or code that recognizes the similar rows, combines them
into one, and sums the Op Time.
 
Is this an Access question or an Excel question?

If an Access question, look up query in Help, specifically a Totals Query.

HTH,
 
It's an Access question.

George Nicholson said:
Is this an Access question or an Excel question?

If an Access question, look up query in Help, specifically a Totals Query.

HTH,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top