Update Query

  • Thread starter Thread starter Ross
  • Start date Start date
R

Ross

I am trying to link and Access table to a passthru query
on loan ID.

The select query works but when I switch to Update an
Access field from the passthru query, I get this error:

Run time Error 3073: Operation Must Use an updateable
Query

What is wrong?

Thanks

Ross
 
Hi Ross,

As a Select Query see if you can update the records (you can't). The query
is not updateable.

When the query is a Microsoft SQL pass-through query, you cannot update the
data in the query.
See: 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

I hope this helps! If you have additional questions on this topic, please
respond back to this posting.


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: "Ross" <[email protected]>
| Sender: "Ross" <[email protected]>
| Subject: Update Query
| Date: Tue, 9 Mar 2004 12:28:51 -0800
| Lines: 15
| 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: AcQGFSJiExhsS4bnSVmP2dXZmiVa+Q==
| Newsgroups: microsoft.public.access.queries
| Path: cpmsftngxa06.phx.gbl
| Xref: cpmsftngxa06.phx.gbl microsoft.public.access.queries:193028
| NNTP-Posting-Host: tk2msftngxa12.phx.gbl 10.40.1.164
| X-Tomcat-NG: microsoft.public.access.queries
|
| I am trying to link and Access table to a passthru query
| on loan ID.
|
| The select query works but when I switch to Update an
| Access field from the passthru query, I get this error:
|
| Run time Error 3073: Operation Must Use an updateable
| Query
|
| What is wrong?
|
| Thanks
|
| Ross
|
|
 
Back
Top