A
Anonymous
I'm using an Access database in my Internet retail sales business. When we
make a sale, our shopping cart software sends us an email with all the
relevant information (except credit card info, of course; that's handled by
secure software). We print the email, open the database and go to a form
where we type in the data: the name, address, email and phone number of the
person who ordered and the items ordered. I'm wondering if there's a way,
without getting deep into VBA programming, to get Access to "read" the email
and extract the relevant information for the database. I suspect this would
be pretty hard to do, especially because the data goes to more than one
table (one for customer information and another for order information), but
I wondered if I'm overlooking a reasonable solution.
make a sale, our shopping cart software sends us an email with all the
relevant information (except credit card info, of course; that's handled by
secure software). We print the email, open the database and go to a form
where we type in the data: the name, address, email and phone number of the
person who ordered and the items ordered. I'm wondering if there's a way,
without getting deep into VBA programming, to get Access to "read" the email
and extract the relevant information for the database. I suspect this would
be pretty hard to do, especially because the data goes to more than one
table (one for customer information and another for order information), but
I wondered if I'm overlooking a reasonable solution.