Is it possible to set the length of a string in Access VBA?
I am inspecting a string, and whenever there are consecutive double-quotes Chr$(34), I want to remove one of them. However, after having done this, I want to reset the length of the string to reflect the new length after deleting the characters. I am using Access 97.
I am inspecting a string, and whenever there are consecutive double-quotes Chr$(34), I want to remove one of them. However, after having done this, I want to reset the length of the string to reflect the new length after deleting the characters. I am using Access 97.