G
Guest
I have received advice regarding this action before, but still have not got
it quite down.
I will have a form (Recruit Data) where a user will input all relevant data
about a new recruit, including their email and their manager's email. They
will then click a button (add data macro) that will store it in a table.
Now, after 30 days with our firm, I want the user to be able to click on a
send email button and automatically have the action look to the fields that
were previously populated on the Recruit Data form to insert the email
addresses in the correct fields of the email (To, CC) I would also like the
body of the email to be mainly static, but have spots where the recruits
first name, which will vary, is inserted (ex. John in xy branch needs to
speak with you one on one; Kelly in xy branch needs to speak with you one on
one). Is there a way to reference the controls on the Recruit Data form that
contain the email addresses I want to send to as well as reference the first
name control throughout the body of the email? If I need to be more clear
about anything please let me know. Also, explaining in lehman's terms would
be best as I am new to development using VBA.
Thank you all,
MS
it quite down.
I will have a form (Recruit Data) where a user will input all relevant data
about a new recruit, including their email and their manager's email. They
will then click a button (add data macro) that will store it in a table.
Now, after 30 days with our firm, I want the user to be able to click on a
send email button and automatically have the action look to the fields that
were previously populated on the Recruit Data form to insert the email
addresses in the correct fields of the email (To, CC) I would also like the
body of the email to be mainly static, but have spots where the recruits
first name, which will vary, is inserted (ex. John in xy branch needs to
speak with you one on one; Kelly in xy branch needs to speak with you one on
one). Is there a way to reference the controls on the Recruit Data form that
contain the email addresses I want to send to as well as reference the first
name control throughout the body of the email? If I need to be more clear
about anything please let me know. Also, explaining in lehman's terms would
be best as I am new to development using VBA.
Thank you all,
MS