how do i e-mail from access

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have made an accounting package using access. Can u pls help me to e-mail
the accounts directly to the customers? I get the accounts by using a query
from a "transaction" table sorted by customer. Now I need to e-mail this
account by using the e-mail in each of the "customers'" table.

Thank you in advance
 
Depends on what you are trying to do with the email, if the email is a non
attachment, plain text email then using the winsock.dll that is embedded
within IE is the most reliable method, using systems like outlook will give
you more feature but then you run in all sorts of different problems, I
would seriously go with some of Doug's as some of them use the winsock idea,
try to keep away from the winsock.ocx and stick with the winsock.dll as you
could spend a load of time just messing with winsock otherwise.

If you want fancy HTML style emails, then this is possible via the winsock
method but gets more complicated.
 
Have you tried the report wizzard ? I put a control on my forms that just
e-mails the report. the wizzard allows you to select transmission protocols,
or, have i missed something here?
 
johnsgarden said:
Have you tried the report wizzard ? I put a control on my forms that just
e-mails the report. the wizzard allows you to select transmission
protocols,
or, have i missed something here?
 

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

Back
Top