I think I may have worded my problem wrong. Currently, I've got a mailbox that recieves e-mails. The contents of these e-mails (the body of the e-mail) contains text that is in CSV format (comma separated). My goal is to take each e-mail's content and put it in a table.
At my place of work, we have instructors that create web-based quizzes for use in training classes. The results of these quizzes are sent to an Outlook inbox. Each mail item is formatted with comma sepearated delimiters (CSV). My job is to get those mail items and import them into an Access...
I'm pretty new to VBA. Here's my dilemma. I need to take e-mails from Outlook that have been delimited, and have them placed in a table in Access table. The goal: as new e-mails come in they are added to the table wherein queries can be ran. I've tried linking tables but I don't get the body...