Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Newsgroup Archive
Access Newsgroups
Access Ado Modules
Access, SQL and Update statements
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Sylvain Lafontaine, post: 2151484"] You must double any embedded quote that you are also using as the delimiter: sql = "UPDATE tblOrderDetail SET [Description] = " _ & Chr(34) & Replace (iGrid3.CellValue(lRow, 6), chr(34), chr(34) & chr(34)) & Chr(34) _ & " WHERE tblOrderDetail.DetailID = " _ & iGrid3.CellValue(lRow, "DetailID") -- Sylvain Lafontaine, ing. MVP - Windows Live Platform Blog/web site: [URL]http://coding-paparazzi.sylvainlafontaine.com[/URL] Independent consultant and remote programming for Access and SQL-Server (French) [/QUOTE]
Verification
Post reply
Forums
Archive
Newsgroup Archive
Access Newsgroups
Access Ado Modules
Access, SQL and Update statements
Top