Bonediggler1
Technical User
Hello-
I am using VBA to put strings together, insert into a table and then export to .txt for upload by a different business system.
The problem is the other system can only handle line feeds, whereas it seems as though Access puts carriage returns at the end of a string.
I tried to solve this by terminating each string with "& vbLf", but this resulted in a carriage return/line feed at the end of each string.
Seems as though I need to first eliminate the carriage return and then insert a line feed...
Any ideas and/or workarounds?
Thank you!!
I am using VBA to put strings together, insert into a table and then export to .txt for upload by a different business system.
The problem is the other system can only handle line feeds, whereas it seems as though Access puts carriage returns at the end of a string.
I tried to solve this by terminating each string with "& vbLf", but this resulted in a carriage return/line feed at the end of each string.
Seems as though I need to first eliminate the carriage return and then insert a line feed...
Any ideas and/or workarounds?
Thank you!!