dfenton
AWF VIP
- Local time
- Today, 04:48
- Joined
- May 22, 2007
- Messages
- 468
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.