I am trying to write a replace string to replace the characters ;" & _ with ;" I currently have
I was a little confused on the proper character for " I hope it is Chr(148). Any help would be apprecaited.
I was a little confused on the proper character for " I hope it is Chr(148). Any help would be apprecaited.
Code:
strSQL = Replace(strSQL, Chr(59) & Chr(148) & Chr(32) & Chr(38) & Chr(32) & Chr(95), Chr(59) & Chr(148))