scottsanpedro
Programmer
Hi,
I have got email data from outlook that return info from a form entered on the web. I'm looking to extract the data and add it to specific fields on the access database. It loooks like this
how can I get this into an array and onto the form?
Thanks in advance...Scott
I have got email data from outlook that return info from a form entered on the web. I'm looking to extract the data and add it to specific fields on the access database. It loooks like this
Code:
Name: Mr Ian xxx
email: ixxx@tiscali.co.uk
Address1: xx, xx
Address2: xx
Town_City: xx
State_County: Oxfordshire
Postal_Code_or_Zipcode: xxxx xxx
Country: United Kingdom
Home_Telephone: 00000000
how can I get this into an array and onto the form?
Thanks in advance...Scott