Usually we see this issue when dealing with a query to a db. To get around that we would just
double up on the single quote using the replace function.
VB Code:
strString = txtFirst & "," & txtLast strString = Replace(strString, "'", "''")'
|
Results 1 to 5 of 5
Threaded View
|
Click Here to Expand Forum to Full Width |