M
Max Moor
Hi All,
Before archiving some old records, I store historical data. I run a
query that sums sales amounts for different categories. Then, I want to
use this query in an update query to store the totals in a table. I have
the table to be updated and the totals query joined in the update query.
When I run the update query, it fails, telling me the query must be
updateable. I'm not trying to update the query though. I just want to
copy values from its recordset into the table. Ican do it by hand in code
easy enough, but it seems silly that I should have to. Can anyone point me
to a workaround or trick to make this work?
- Max
Before archiving some old records, I store historical data. I run a
query that sums sales amounts for different categories. Then, I want to
use this query in an update query to store the totals in a table. I have
the table to be updated and the totals query joined in the update query.
When I run the update query, it fails, telling me the query must be
updateable. I'm not trying to update the query though. I just want to
copy values from its recordset into the table. Ican do it by hand in code
easy enough, but it seems silly that I should have to. Can anyone point me
to a workaround or trick to make this work?
- Max