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 Forms Coding
Apart from the apostrophe, any other problem characters?
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
Reply to thread
Message
[QUOTE="fredg, post: 1830391"] That's strange. I write names like O'Connor, O'Brien to a table without any problems, as well as using possessive and abbreviated words such as Mary's, it's, and don't. Perhaps it's your code syntax that is creating a difficulty. If you are using ..... '" & [ControlName & "'" to read or concatenate a value in a text field, simply use """ & [ControlName] & """" instead. [/QUOTE]
Verification
Post reply
Forums
Archive
Newsgroup Archive
Access Newsgroups
Access Forms Coding
Apart from the apostrophe, any other problem characters?
Top