Create a form just like the email form in Outlook with a SEND button
In the SEND button code
* check the data in each of the fields & do any processing on them you consider necessar
* put the line DOCMD.SENDOBJEC
Check the help file for the parameters of SENDOBJECT as the help file is very good on these details
You may like to create a list box with extended selection to allow the user to select multiple recipients for the TO box
----- brossyg wrote: ----
I have names/email addresses in Access 2003 and I want to create a form email in Outlook 2003. How do I do it?