I have a database that is tracking drawing markups from our manufacturing shop. The form I use captures the drawing number, the shop order, purpose of change, description of markup and who needs to make the change. I'd like to add a button so that I can send an email to the person responsible for the drawing and I want to include the drawing number, shop order, purpose of change and description in the body of the email.
For the responsible person, the list of individuals comes from a separate table where the person's name is in one column and their internal ID is in the second column. I'd like to have the email automatically select the person's internal ID from the table and to put that as the TO: portion of the email.
Unfortunately, I have no idea how to even start to create the code to send the email. Can someone help?
For the responsible person, the list of individuals comes from a separate table where the person's name is in one column and their internal ID is in the second column. I'd like to have the email automatically select the person's internal ID from the table and to put that as the TO: portion of the email.
Unfortunately, I have no idea how to even start to create the code to send the email. Can someone help?
Comment