Create Email From Access W/Information From Form or Query

  • Thread starter Thread starter mmatzke
  • Start date Start date
M

mmatzke

I have designed Databases for many years now, but never attempted this:

I need to know how to create an email with information located in the active
form or off of a query. I would like to have the email automatically
generated with the To Address, The Subject Line and the Body of the Text. I
would like that email to open but not to send until the operator has a chance
to make modifications. (one record per email).
 
Docmd.SendObject,......will work ......
You can create a macro then convert it to VBA which will give you flow
control of the script....
 
Back
Top