I have a process written in access that imports a text file, runs a make table query against the imported table (to do some reformatting, record selection, etc) then exports the made table to a fixed length text file. This works like a champ, and I will automate it with a VB module. The problem is, it exports the file with a carriage return line feed after every record (as expected). Is there a way to either export the file without CRLF or open the exported file and strip the CRLF out then write to another text file?
Thanks,
JW
Thanks,
JW