M
MARK GARNER
Hello all,
We get a file created from a Unix box. It is sent to us via MQ messaging.
When I try and import it into my access program it see everything as one
long line. When we open the file the data is skewed. If I open it in
WordPad and them use "save as" it corrects the format and then I'm able to
import it in.
Is there a way to use Vba and format this correctly?
I have use the filecopy command, but it did not work.
Tried this:
FileCopy "c:\t1.txt", "c:\t2.txt"
And even thought this might work, but did not.
FileCopy "c:\t1.txt", "c:\t2.doc"
FileCopy "c:\t2.doc", "c:\t2.txt"
We get a file created from a Unix box. It is sent to us via MQ messaging.
When I try and import it into my access program it see everything as one
long line. When we open the file the data is skewed. If I open it in
WordPad and them use "save as" it corrects the format and then I'm able to
import it in.
Is there a way to use Vba and format this correctly?
I have use the filecopy command, but it did not work.
Tried this:
FileCopy "c:\t1.txt", "c:\t2.txt"
And even thought this might work, but did not.
FileCopy "c:\t1.txt", "c:\t2.doc"
FileCopy "c:\t2.doc", "c:\t2.txt"