... (1 Viewer)

jazsriel

Member
Local time
Today, 17:52
Joined
Dec 21, 2020
Messages
62
....
 
Last edited:

Ranman256

Well-known member
Local time
Today, 18:52
Joined
Apr 9, 2015
Messages
4,337
Make a Union query to combine all emails in a single list,
then cycle thru it to build the TO list.
 

June7

AWF VIP
Local time
Today, 14:52
Joined
Mar 9, 2014
Messages
5,490
That doesn't explain why splitting into 3 tables. Add fields in 1 table to categorize email 'sets' and apply filter criteria.
 

June7

AWF VIP
Local time
Today, 14:52
Joined
Mar 9, 2014
Messages
5,490
Did you view the link in post 5?
 

bastanu

AWF VIP
Local time
Today, 15:52
Joined
Apr 13, 2010
Messages
1,402
For the almost "static" CC one consider using a dLookup:
.cc =dLookup("ManagerEmail","tblSettings")

Cheers,
 

Users who are viewing this thread

Top Bottom