P
Pat Felice
I know this has come up but I need to ask now
what is the proper method for including an ' within a text string
for example
Macy's
str = "select * from Adds where Jobadd ='" & ..... & "'"
currently I'm running a function to breakup the name if there is an ' in it
and
set str to "select * from Adds where jobadd like'" & Macy*s &"'"
but i'd rather do this correctly. of course the str above could return
unwanted records;
thanks
what is the proper method for including an ' within a text string
for example
Macy's
str = "select * from Adds where Jobadd ='" & ..... & "'"
currently I'm running a function to breakup the name if there is an ' in it
and
set str to "select * from Adds where jobadd like'" & Macy*s &"'"
but i'd rather do this correctly. of course the str above could return
unwanted records;
thanks