G Guest Jan 15, 2005 #1 Is it possible to write code to interrogate a table and create and send e-mails from the data in the table.
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 Jan 15, 2005 #2 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.
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.