...

jazsriel

Member
Local time
Yesterday, 20:25
Joined
Dec 21, 2020
Messages
65
....
 
Last edited:
Make a Union query to combine all emails in a single list,
then cycle thru it to build the TO list.
 
That doesn't explain why splitting into 3 tables. Add fields in 1 table to categorize email 'sets' and apply filter criteria.
 
Did you view the link in post 5?
 
For the almost "static" CC one consider using a dLookup:
.cc =dLookup("ManagerEmail","tblSettings")

Cheers,
 

Users who are viewing this thread

Back
Top Bottom