create e-mails

P

Peter

Is it possible to write code to interrogate a table and create and send
e-mails from the data in the table.
 
D

Dan Artuso

Hi,
Yes. Write a query to 'interogate' the table, open a recordset based on this query.
Use SendObject to dispatch the email using the fields in the recordset for your data.
 
Top