Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Outlook xp e-mails to Access XP tbl

Status
Not open for further replies.

hotreca

Technical User
Nov 19, 2002
25
DE
can anyone give me a good script or idea how to automate the incomming mails in an outlook folder and move them to a Access tbl

thanks in advance
hotreca
 
I'd use
Code:
File, Get external data, Link
to attach a link to your Outlook Inbox (select file type
Code:
Exchange
to do this. Your inbox will then appaear as a linked table in your db window.

Then, if you still want to copy information from the Inboxs into another table, you could use an append query to do so.

HTH. [pc2]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top