Hi,
I have two tables;
tblContacts 300 rows,
4 columns; Name, UNIQUE_ID, Email_Address, Send_email
tblData18000 rows,
Various columns of data including UNIQUE_ID
Note:
UNIQUE_ID can have multiple records in tblData, but only 1 record in tblContacts
I am trying to write some vba to...