Re: Operation must use an updateable query
- From: RL <RL@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 11 Dec 2007 07:36:04 -0800
Thanks John.
Some of the data exists in Access and some of the data is stored in SQL
Server.
Each user will have a local copy of the Access front end, which essentially
contains cache tables where anything the user does is temporariliy stored.
Certain actions trigger update queries which move the data from the cache
tables and updates the server data.
Does that rule out the second option?
In response to your first query, no the SQL server table does not currently
contain a timestamp field. If I add that as an additional field within the
table that I'm trying to update, do you think that would resolve the issue?
RL
"John Spencer" wrote:
Does the table in SQL server have a field of the type TIMESTAMP in it?.
In most cases, the table must have such a field if you are going to UPDATE
the table using an ODBC connection from Access.
IF all the data exists on the SQL Server, you could try using a pass through
query or just do the update in on the server using T-SQL.
--
John Spencer
Access MVP 2002-2005, 2007
Center for Health Program Development and Management
University of Maryland Baltimore County
..
"RL" <RL@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:14D141F4-4701-4195-B0F9-0403559A6BA1@xxxxxxxxxxxxxxxx
When I run an update query within Microsoft Access 2007, the following
error
message appears:
'Operation must use an updateable query'.
Background:
The update query is part of a tool with an Access 2007 front end. The tool
contains several links to tables containing the underlying data. These
tables
used to be in another Access 2007 database but I am in the process of
moving
the underlying data from Access 2007 to SQL Server 2005.
So far I have recreated the tables in SQL Server 2005 and redirected the
links to the equivalent SQL tables.
I am logged into Windows as a user with administrator rights. The ODBC to
the SQL database connects using Windows authentication. My Windows login
name
is associated with the dbo user in the datatbase that I am linking to.
The update query attempts to update one field for various records of one
table.
Any ideas what I'm doing wrong?
- Follow-Ups:
- Re: Operation must use an updateable query
- From: John Spencer
- Re: Operation must use an updateable query
- References:
- Re: Operation must use an updateable query
- From: John Spencer
- Re: Operation must use an updateable query
- Prev by Date: RE: how to populate a listboc with the result of two combobox
- Next by Date: RE: Quarterly Restriction
- Previous by thread: Re: Operation must use an updateable query
- Next by thread: Re: Operation must use an updateable query
- Index(es):
Relevant Pages
|