G
Guest
I am running an update query which updates a number of fields and would like
to re-use this frequently as I get new data in that needs to be processed. I
assumed that by moving the new data into the table referenced in the query
(and moving the previously processed data out) I could just re-run the update
query to process the new data. I find that after I have run the query,
closed it and then reopen the query my update expressions are gone. I have
been changing it back to a selecte query to view the results and then closing
it. It seems like closing it as an update query may fix that. Is that true?
Is there any other safer way to make the update expressions persist? I
doubt that I will always remember to close it as an update query.... Am I in
the right ball park?
to re-use this frequently as I get new data in that needs to be processed. I
assumed that by moving the new data into the table referenced in the query
(and moving the previously processed data out) I could just re-run the update
query to process the new data. I find that after I have run the query,
closed it and then reopen the query my update expressions are gone. I have
been changing it back to a selecte query to view the results and then closing
it. It seems like closing it as an update query may fix that. Is that true?
Is there any other safer way to make the update expressions persist? I
doubt that I will always remember to close it as an update query.... Am I in
the right ball park?