April 8, 200916 yr Hi, I Am trying to use the "Send email" scripting function. Now let's say I am on a record that contains multiples fields that store email addresses. I want to be able to specify more then one fields in To: mytable::staffemail1 ? How can I do that without using CC: mytable::staffemail2. You know just the way you do it when typing regular email adresses eg: [email protected], [email protected], [email protected] ect . . . . but using multiple field contain ?
April 8, 200916 yr Try something like: Substitute ( List ( Email_1; Email_2; Email_3; Email_4 ); ¶; ", " ) That being said, you should probably have the emails in a separate table if you have multiple fields for them.
April 8, 200916 yr Author It worked like a charm ! Thanks a lot for your kind help. Now I am not sure to understand what you mean by "have the emails in a separate table if you have multiple fields for them." Each individual email address in a separate table ?
April 8, 200916 yr Yes. To properly normalize this database, you should have each of the email addresses in its own record in a separate Email or contacts table.
Create an account or sign in to comment