import specific data

  • Thread starter Thread starter Zina
  • Start date Start date
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.
 
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
 
Back
Top