Jibbadiah
James
- Local time
- Tomorrow, 02:07
- Joined
- May 19, 2005
- Messages
- 282
Folks,
I have a file transfer form on my database which works well.
Sometimes the files get transferred in the wrong format (ascii versus binary transfer methods)
We can't ascertain which format will be correct in advance (sometimes a bigger file requires a different method).
Currently the way that we determine if the file is in the correct format is to right click the file and open it in "quick view"
This allows us to see if the file contains extra carriage returns (additional blank lines between records).
Does anyone know how to open a .txt file using the quick view utility from Access VB?
Alternatively, do you have another means to check that the file is in a usable state after transfer?
Cheers,
J.
I have a file transfer form on my database which works well.
Sometimes the files get transferred in the wrong format (ascii versus binary transfer methods)
We can't ascertain which format will be correct in advance (sometimes a bigger file requires a different method).
Currently the way that we determine if the file is in the correct format is to right click the file and open it in "quick view"
This allows us to see if the file contains extra carriage returns (additional blank lines between records).
Does anyone know how to open a .txt file using the quick view utility from Access VB?
Alternatively, do you have another means to check that the file is in a usable state after transfer?
Cheers,
J.