C
cableguy47905 via AccessMonster.com
I need to see if I can have Access open an FTP.log file as read only and then
pull in the data and parse it out into different fields. I have a couple of
problems.
I can't really write VBA code. (I can usually manipulate someone else's code,
though.)
The file is an appending file. Meaning, for every new FTP connection, it is
appended to the end of the file.
The entries are not really very unique. I will include sample.
I only need specific data, like date, userID, filename, dataset, and status
(successful or not).
This is a pretty big project for me and quite frankly beyond my VBA skills.
Would anyone be able to provide a sample or general direction as to where
else to look for assistance?
Thank you,
Lee
pull in the data and parse it out into different fields. I have a couple of
problems.
I can't really write VBA code. (I can usually manipulate someone else's code,
though.)
The file is an appending file. Meaning, for every new FTP connection, it is
appended to the end of the file.
The entries are not really very unique. I will include sample.
I only need specific data, like date, userID, filename, dataset, and status
(successful or not).
This is a pretty big project for me and quite frankly beyond my VBA skills.
Would anyone be able to provide a sample or general direction as to where
else to look for assistance?
Thank you,
Lee