Remove "" from a field name

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.
 
Yes, but you might want to retain internal single occurences of double quotes. My suggestion leaves those alone.

And you may not, so the option is there and available should that be the case. :) :D
 

Users who are viewing this thread

Back
Top Bottom