I want to send an email to a user when an new record is added to a certain table.
I found some code on this subject, but all it does is use the recordCount function to generate an email.
I need to be a little more specific. I want to be able to send and email with some details on the new record that was been added.
For example, when an order is generated, I would like to send an email notification to a supervisor with the order number and some other details.
I was planning on using the OnTimer event of a form to do a recordCount, but I need to be a little more specific.
Can anyone help.
Thanks in advance, this forum rocks for info.
I found some code on this subject, but all it does is use the recordCount function to generate an email.
I need to be a little more specific. I want to be able to send and email with some details on the new record that was been added.
For example, when an order is generated, I would like to send an email notification to a supervisor with the order number and some other details.
I was planning on using the OnTimer event of a form to do a recordCount, but I need to be a little more specific.
Can anyone help.
Thanks in advance, this forum rocks for info.