Send an Email from a form using that forms data

B

Brook

Here is exactly what I am trying to accomplish:

I have a two tables: tblEmailAddress & tblCallData

I also have two forms: frmCallCenter & frmCallDetails

Both of these forms use the same tblCallData


the frmCallCenter has a small amount of information,
Company Name, Company ID, Participant Name. When the user
clicks a button "CallDetails" the frmCallDetails comes up
based on the primary key CallID.

On the frmCallDetails, I would like to have a button:
"Send Email to Administrator" -- which will be based on
the tblEmail.

I would like to have it pre-established on what fields
from the form will be emailed.

When the user clicks the Send Email button, they are
prompted to choose the email address.

Once the email address is chosen the email is sent with
the pre-determined fields based on that particular
record/form data.

Hope this is clear.

Brook
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top