... (1 Viewer)

jazsriel

Member
Local time
Today, 07:32
Joined
Dec 21, 2020
Messages
62
....
 
Last edited:

Ranman256

Well-known member
Local time
Today, 08:32
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, 04:32
Joined
Mar 9, 2014
Messages
5,493
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, 04:32
Joined
Mar 9, 2014
Messages
5,493
Did you view the link in post 5?
 

bastanu

AWF VIP
Local time
Today, 05:32
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