update date in table from query

Q

Qaspec

I have a table "tblTemp" that I would like to update with information pulled
from a query "qryEscData". Originally "qryEscData" was a maketable query
(that created tblTemp) and I would like to turn it into a query that will
always update the table with current data whenever the query is run. When I
try to turn "qryEscData" into an update query I get an error message that
states "Query must be updateable" or something to that effect. "qryEscData"
is running off a union query ("qryConsolidate") that runs from multiple
linked excel files/tables. I need to make it so that when users change the
data in their excel file the data in" tblTemp" changes to reflect the data in
the excel files. Your help is appreciated.
 

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