MS Access 2000. Operation must use an updateable query

J

Jean

Hi all,

Hope someone can answer quickly, no time to read previous
posts.

I am getting the error message "Operation must use an
updateable query" for an update query which uses a query
and a table which itself being updated with an inner join
on 2 fields.

The query looks like this:

UPDATE T INNER JOIN Q ON (T.F1 = Q.F1) AND (T.F2 = Q.F2)
SET T.F3 = [Q].[F3];


Anyone can help?

Thanks for your assistance.
 

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