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
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