Running totals

A

Aaron

Hello,

I have a question about running totals Have a table that has mixed
inforation. I have the sum query for the table with 12 columns, how do I
transferred this sum query total to a different table.

TIA
 
C

Chris2

Aaron said:
Hello,

I have a question about running totals Have a table that has mixed
inforation. I have the sum query for the table with 12 columns, how do I
transferred this sum query total to a different table.

TIA

Aaron,

If the new table already exists, use an Append query.

If the new table doesn't exist, use a Make Table query (there are
many "gotcha's" to Make Table queries, it is best to have a table
existing in advance).


Sincerely,

Chris O.
 

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

Top