...

jazsriel

Member
Local time
Today, 02:17
Joined
Dec 21, 2020
Messages
65
...
 
Last edited:
Need to build a comma separated string of the multiple email addresses.

Post your code.

If you want to provide db for analysis, follow instructions at bottom of my post.
 
you create a table of Contacts and put their name and email.
see this modification.
 

Attachments

here i also add button to CC (if you like you can delete it).
 

Attachments

Is this a split db with multiple simultaneous users? If so, they will conflict in checking a field in table. But yes, code can check/uncheck all.
 
Most likely need another yes/no field in table and separate buttons on form.

Or use multi-select listboxes instead of checking fields.
 
"running into problems" means what - error message, wrong result, nothing happens? Exactly what do you not understand about suggestions?
 
Wasn't meant to be snide, just brief. I think they were valid questions asking for clarification.

I don't understand why not pull from same list. If you have two distinct groups then have another field in table to identify that and use it to filter records for lists.
 
There is no field named sfTOalt.
Why does each table have both TO and CC fields but not both displayed on form?
Why does each form run UPDATE of Contacts table?
 

Users who are viewing this thread

Back
Top Bottom