Ask Me Help Desk
>
Computers & Technology
>
Programming
>
Databases
>
Access
> Create Emails from ACCESS
Log in
View Full Version :
Create Emails from ACCESS
DavisLake
Feb 28, 2007, 12:41 PM
How do your create emails from within ACCESS? The email address is in an ACCESS table and the message is to be created within ACCESS
ScottGem
Feb 28, 2007, 12:43 PM
Check out the SendObject method in Access VBA help. That's what you need.