tib
09-13-2005, 06:21 PM
Hi I have a field that may have a ' in it and seeing as though it is a text field in the update statement that I am building i have
update table set field = ' " & str & " ' "
if the str variable has a ' in it the it returns an error, how can i get around this, thanks for any input
update table set field = ' " & str & " ' "
if the str variable has a ' in it the it returns an error, how can i get around this, thanks for any input