Update Query including a Union Query

G

Guest

Hello:
I want to create a update query. In this query I link a union query with a
table. If certain criteria match, then use the data in union query to update
the data in the table. However, I got error message and seems not updatable.
I could make a table first for the union query, but is there any other
efficient ways to solve it?
Thanks in advance!
 
G

Guest

hi,
using a temp table is a tried and true, acceptable method
of dealing with your problem.
just make sure your temp table remains empty when you are
not using it ie fill it with data, work the data and when
done, delete the contents of the temp table, not
neccessarily the tempt table itself.
 
G

Guest

Hello:
Thanks for you reply!
I am just wondering why it is not a good idea to delete the table.
 

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

Similar Threads

Run Make Table Query on Union Query 2
Union Query 2
Union Query 1
Union Query and Field Alias 7
Union Query with division 2
Duplicates in union query 3
SUM in a UNION query 2
Updatable Union Query 1

Top