Storing data from a query to a table

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

Guest

I need to store data from a calculation in a query to a table. The idea is
to have a totals column for that data in the table. I was successful at
having a calculations formula in my query but now I need the data stored in
the main table. Any suggestions?
 
First, it is not a good design to store computed data in a table.
Access works much better by just re-computing it each time it is needed.

If you really want to store it in a table, then you use a append -
update query.
 

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