import specific data

Z

Zina

I recieve an invoice text throug e-mail, I want to transfer data in it to
Access table that created before .
I don't want to import all the text ,i want specific data .
how can i do that?

Thanks in advance.
 
T

Tom van Stiphout

On Thu, 22 Jan 2009 04:22:03 -0800, Zina

One way to do that is to write an Outlook Add-In: it can "listen"
(WithEvents) for emails with a specific subject line to come in, can
read the message, parse it, and stuff the important parts in an Access
database.
This requires a fair amount of VBA programming skills.

-Tom.
Microsoft Access MVP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top