473,386 Members | 2,078 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

Error Operation must use an Updatable Query

When I am running the following sql statement
Expand|Select|Wrap|Line Numbers
  1.  UPDATE [Daily Embossing] LEFT JOIN [2_Embossing Did Trnx] ON [Daily Embossing].[Account No] = [2_Embossing Did Trnx].[Account No] SET [Daily Embossing].Xclusive_Issued = True 
  2. WHERE ((Not ([2_Embossing Did Trnx].[Account No]) Is Null)); 
, i am getting this error "Operation must use an updatable query".

Please help me to fix this issue.
Dec 20 '11 #1
1 1606
NeoPa
32,556 Expert Mod 16PB
See Reasons for a Query to be Non-Updatable for help with this.
Dec 21 '11 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

3
by: jallegue | last post by:
I am working with MS-Access 2002. The two tables that I am working with are: dbo_IDX_FRS_account_bal_by_month ==> this is a linked table to SQL == local table The query that is executed is...
1
by: Mr. x | last post by:
Hello, I have hosted my site in an hosting server. I got the following message, while trying inserting a record to the database : Operation must use an updatable query. For what I know, I...
3
by: Jim | last post by:
I'm trying to develop an Internet application using an Access database, and I'm trying to insert records using an insert query. I keep receiving an error stating that I need to use and updatable...
10
by: cyber0ne | last post by:
I'm having a bit of trouble adding records to a local .DB file (using a Paradox connection string). I checked the file permissions, and for testing purposes set Everyone to Full access. But it...
2
by: Enrique Rojas | last post by:
Hello I have this sql that triggers the abovementioned error. UPDATE ra SET ra.Year_1_Cost = (SELECT sum(conversion*Year_1_accom) AS year1 FROM accomfundlevels WHERE driver_id=168 And...
1
by: jesmi | last post by:
my code is: U]employee.cfm <html> <head> <title>Employee List</title> </head> <body> <h1>Employee List</h1>
2
Ranjan kumar Barik
by: Ranjan kumar Barik | last post by:
Hello everybody ! I am trying to insert into an access table using ADO in ASP. But i am getting the error message: "Operation must use an updatable query". I have checked the security settings...
10
by: anniebai | last post by:
Can someone help me with this query, which gives the error message "operation must use an updatable query"? Thanks a lot. UPDATE publications set publications.pmcid = (select fname.pmcid from fname...
8
geolemon
by: geolemon | last post by:
I'm trying to perform an update, and I can't avoid this error - I've tried this query what must be 5 different very fundamentally different ways now. Arg. I used to be a DBA in large DB2 and SQL...
0
by: Ankit Mehta | last post by:
I am new to access and started making a database for a spreadsheet. I am using access 2000. I have a column which displays the total production for a month schuler_month_prod. One column displays...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.