Trying to see if this can be automated...
We'll be receiving email attachments that are downloaded (extracted) locally. The file names are named the same as the subject header which could either be like
Photography 3 More Inquiries from xyz.com on 07_27_2006
-OR-
3 More Inquiries from xyz.com on 07_27_2006
If more than one email file is received with the same subject, it will have an incremental number and look like this:
3 More Inquiries from xyz[red]_1[/red].com on 07_27_2006
Presently we get about 12 of these email files a day and there are 4 different groups. Photography, Film, Nature, Archit. For example, we could get 1 Photog, 3 Film, 6 Nature and 2 Archit.
Any thoughts on how I can load these csv files into the correct table in access with VBA. They need to be in their own table because the data structure differs between the 4 groups.
The subject header is the way it is because it is provided to us from an outside vendor and this is how they send it to all their clients, so probably won't be able to change it. We are using Eudora as we don't have Outlook.
We'll be receiving email attachments that are downloaded (extracted) locally. The file names are named the same as the subject header which could either be like
Photography 3 More Inquiries from xyz.com on 07_27_2006
-OR-
3 More Inquiries from xyz.com on 07_27_2006
If more than one email file is received with the same subject, it will have an incremental number and look like this:
3 More Inquiries from xyz[red]_1[/red].com on 07_27_2006
Presently we get about 12 of these email files a day and there are 4 different groups. Photography, Film, Nature, Archit. For example, we could get 1 Photog, 3 Film, 6 Nature and 2 Archit.
Any thoughts on how I can load these csv files into the correct table in access with VBA. They need to be in their own table because the data structure differs between the 4 groups.
The subject header is the way it is because it is provided to us from an outside vendor and this is how they send it to all their clients, so probably won't be able to change it. We are using Eudora as we don't have Outlook.