Hi gang - have a process which writes text and numbers to a text file for another outside piece of software to grab and display on a large plasma TV screen.
The process works except for the fact that Acces/VB(A) surrounds all TEXT strings written to a file with Quotes, e.g.
"Joe"
"Blow"
1234
The other program chokes on the quotes. Short of editing the text file and doing a Find/Replace on " to NULL, does anyone know if there is an Access or VB setting or registry hack that can be done to override the quoting, so I can just write
Joe
Blow
1234
Example of the code:
Write #1, Fname
Write #1, Lname
Write #1, Account
Much Thanks In Advance for any suggestions...
Jim
Don't be sexist - Broads hate that.
Another free Access forum:
More Access help stuff at
The process works except for the fact that Acces/VB(A) surrounds all TEXT strings written to a file with Quotes, e.g.
"Joe"
"Blow"
1234
The other program chokes on the quotes. Short of editing the text file and doing a Find/Replace on " to NULL, does anyone know if there is an Access or VB setting or registry hack that can be done to override the quoting, so I can just write
Joe
Blow
1234
Example of the code:
Write #1, Fname
Write #1, Lname
Write #1, Account
Much Thanks In Advance for any suggestions...
Jim
Don't be sexist - Broads hate that.
Another free Access forum:
More Access help stuff at