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.
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.