[Permissions List for Work Orders].[EmpID] is where I have the email addresses for everyone I need to include in a Bcc address block.
The table name is [Permissions List for Work Orders], and the field name is [EmpID]. The data in the field is text and looks like one of two types:
Doe, John
or
Jane.doe@place.com
Either of these name formats will work, so all I need to do is get them from the table to the email in the Bcc block with a semi-colon and a space between each of them like this:
Doe, John; Jane.doe@place.com; Next, One; etc.
The only email code I've found is so far over my head that it looks like an Alien language to me.
I have to send everyone in this table an email that will have a new web address for our work order generation. As usual, the boss wants it yesterday and I can't find anything in my books that would make this happen.
Can someone pull my rear-end out of the fire again?
Thanks in advance to all of you,
M
Also, if you know of a book that I could learn this type of code from, please tell me the name.
The table name is [Permissions List for Work Orders], and the field name is [EmpID]. The data in the field is text and looks like one of two types:
Doe, John
or
Jane.doe@place.com
Either of these name formats will work, so all I need to do is get them from the table to the email in the Bcc block with a semi-colon and a space between each of them like this:
Doe, John; Jane.doe@place.com; Next, One; etc.
The only email code I've found is so far over my head that it looks like an Alien language to me.
I have to send everyone in this table an email that will have a new web address for our work order generation. As usual, the boss wants it yesterday and I can't find anything in my books that would make this happen.
Can someone pull my rear-end out of the fire again?
Thanks in advance to all of you,
M
Also, if you know of a book that I could learn this type of code from, please tell me the name.