Message 1 of 7
Quote in a string
Not applicable
02-27-2003
03:23 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Is there a way to express the string 3" in vba other than "3" & chr(34)?
"3"" obviously doesn't work. It is for a text box validation that passes the
contents to an SQL query. When the user enters a double quote I want to
translate it into something SQL likes.
Dale
"3"" obviously doesn't work. It is for a text box validation that passes the
contents to an SQL query. When the user enters a double quote I want to
translate it into something SQL likes.
Dale