C
ChrisR
I have a weekly process where another non MS app give me 30 e-mails with
..csv attachments. I can quickly dump the 30 files into one otherwise empty
directory. I have an Access macro that clears an Import table, uses
TransferText to import a csv file, appends certain info to one table, then
other info to a second table.
What I would like to do is have the macro cycle through each file in the
directory performing these actions on each file until all have been
processed (regardless of name because they always have system generated
names).
Any thoughts??
Open to VBA if it is easy to understand, I am not that well versed in VBA,
just macros and general query/table design.
Thanks in advance for any ideas/help.
c-
..csv attachments. I can quickly dump the 30 files into one otherwise empty
directory. I have an Access macro that clears an Import table, uses
TransferText to import a csv file, appends certain info to one table, then
other info to a second table.
What I would like to do is have the macro cycle through each file in the
directory performing these actions on each file until all have been
processed (regardless of name because they always have system generated
names).
Any thoughts??
Open to VBA if it is easy to understand, I am not that well versed in VBA,
just macros and general query/table design.
Thanks in advance for any ideas/help.
c-