Viewing 3 posts - 1 through 3 (of 3 total)
Nevermind... I was trying to put the data into the wrong column. I changed it to nText and it all works now.
Thanks anyways!
November 17, 2005 at 8:32 am
#604437
Private Function vstr(strString)
strString = Trim(strString)
strString = Replace(strString, "'", "''")
vstr = strString
End Function
This is not my code, it's the code of my predecessor. So my first thought was...
November 11, 2005 at 1:22 pm
#603496
THANK YOU!!!
That was exactly what I needed.
Cheers,
J. Miles
November 8, 2005 at 9:46 am
#602814