sending emails from access

A

AccessPlay

I would like to send an email from access but not using outlook, i have seen
it with a VB but i dont know how to do it. can somebody help me please?


gabriel
 
V

Vincent Johns

AccessPlay said:
I would like to send an email from access but not using outlook, i have seen
it with a VB but i dont know how to do it. can somebody help me please?


gabriel

According to the documentation, "You can include objects ... in messages
for Microsoft Exchange, Microsoft Mail, Microsoft Windows for Workgroups
mail, or another electronic mail application that uses the Microsoft
Mail Applications Programming Interface (MAPI)."

Create a Macro and include the following action:

SendObject ...

and the object you specify should go to your default email application.

-- Vincent Johns <[email protected]>
Please feel free to quote anything I say here.
 
Top