dfenton
AWF VIP
- Local time
- Yesterday, 21:05
- Joined
- May 22, 2007
- Messages
- 469
And if you didn't want any quotes (not just the triple threat) a simple
Replace(FieldName, Chr(34),"")
should take care of it, no?
Yes, but you might want to retain internal single occurences of double quotes. My suggestion leaves those alone.