Help for update query

  • Thread starter Thread starter Min
  • Start date Start date
M

Min

Hi, I am trying to update a table using a query to set one column with all
the same data:

UPDATE Clients SET State = 'PA'

but the error message is "This operate must use a updateable query".

I am using MS Access 2000.

what's wrong?

Thanks!
Min
 
This problem occurs when the query is run from the Query. If the query is
run from module, it's fine. I don't know what should be in an executable and
stand alone Query.
 

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

Back
Top