Operation must use an updateable query

G

Gordon

I'm running an update query in MSAccess 2002 with the data
source being another query that summarizes some data, and
the columns being updated are located in a table. I get
the error message "Operation must use an updateable
query". Can anyone offer some hints about why this is
occurring?

Thanks,
Gordon
 
E

Eric Butts [MSFT]

Hi Gordon,

Try the following:

- Change your Update Query into a Select Query
- Run it as a Select Query
- Within the query results of the Select Query can you manually update any
of the records?


Regards,

Eric Butts
Microsoft Access Support
(e-mail address removed)
"Microsoft Security Announcement: Have you installed the patch for
Microsoft Security Bulletin MS03-026? If not Microsoft strongly advises
you to review the information at the following link regarding Microsoft
Security Bulletin MS03-026
<http://www.microsoft.com/security/security_bulletins/ms03-026.asp> and/or
to visit Windows Update at <http://windowsupdate.microsoft.com/> to install
the patch. Running the SCAN program from the Windows Update site will help
to insure you are current with all security patches, not just MS03-026."

This posting is provided "AS IS" with no warranties, and confers no rights



--------------------
| Content-Class: urn:content-classes:message
| From: "Gordon" <[email protected]>
| Sender: "Gordon" <[email protected]>
| Subject: Operation must use an updateable query
| Date: Wed, 16 Jun 2004 12:04:08 -0700
| Lines: 9
| Message-ID: <[email protected]>
| MIME-Version: 1.0
| Content-Type: text/plain;
| charset="iso-8859-1"
| Content-Transfer-Encoding: 7bit
| X-Newsreader: Microsoft CDO for Windows 2000
| X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
| Thread-Index: AcRT1LPfeopCwqpGRyimKwlx8NlgFA==
| Newsgroups: microsoft.public.access.queries
| Path: cpmsftngxa10.phx.gbl
| Xref: cpmsftngxa10.phx.gbl microsoft.public.access.queries:204135
| NNTP-Posting-Host: tk2msftngxa09.phx.gbl 10.40.1.161
| X-Tomcat-NG: microsoft.public.access.queries
|
| I'm running an update query in MSAccess 2002 with the data
| source being another query that summarizes some data, and
| the columns being updated are located in a table. I get
| the error message "Operation must use an updateable
| query". Can anyone offer some hints about why this is
| occurring?
|
| Thanks,
| Gordon
|
 
K

Ken Snell

To add to Eric's information:

In order for a query to be updatable, a number of things must be present in
(or absent from) the query. See these MS Knowledge Base articles for more
info about updatable queries:

ACC2000: Cannot Edit or Update Record on a Form
http://support.microsoft.com/default.aspx?scid=kb;en-us;209571&Product=acc

ACC2000: Status Bar Displays "Recordset Not Updateable" Message When You Try
to Update a Linked Table
http://support.microsoft.com/default.aspx?scid=kb;en-us;304179&Product=acc

INFO: Troubleshooting Errors That May Occur When You Update Data in Queries
and in Forms
http://support.microsoft.com/default.aspx?scid=kb;en-us;328828&Product=acc

ACC: Update Query Based on Totals Query Fails
http://support.microsoft.com/default.aspx?scid=kb;en-us;116142&Product=acc
 

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