I'm trying to replace any " in the data with another ascii character prior to writing it out to a text file.
For some reason when the data is getting corrupted when I try to bring the text file back into the Access table. I know there are several ways to accomplish this but I'm trying to...
The easiest way is to create a Data control for the Access database and table...then set the properties on the Combo to use the data control as it's source.
I am exporting data out to an Ascii file using the Write # statement. If a field has a quote in it it is enclosed by quotes which is fine. The problem comes when reading the data back in.
Rather that re-write the entire code to use a print # and then parse the string coming back in. I was...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.