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="gsam, post: 2151488"] This does get rid of the error but the results are that the description is saved with double quotes, ie: UPDATE tblOrderDetail SET [Description] = "And I quote ""the dragon's burnt So I added a sub to remove the double quotes when the data is filled back into the form, ie; If Not IsNull(iGrid3.CellValue(vRow, 6)) Then iGrid3.CellValue(vRow, 6) = Replace(iGrid3.CellValue(vRow, 6), Chr(34) & Chr(34), Chr(34)) End If This is a real pain in the butt but it appears to be working. Thanks for the help [/QUOTE]
Verification
Post reply
Forums
Archive
Newsgroup Archive
Access Newsgroups
Access Ado Modules
Access, SQL and Update statements
Top