<CFQUERY NAME="EmailNL"
DATASOURCE="thewaytogo" dbtype="ODBC">
SELECT ClientID, FirstName, LastName, Email
FROM LL_Emails
WHERE LastName Like 'A%' AND (((Email) Is Not Null))
</CFQUERY>

Any idea WHY one name in my database would get 171 duplicate emails?
He was only in the database one time... and yet he received duplicates
of the email I sent using CFMAIL.

I can't find what I've done wrong! Please HELP! I feel so stupid right
now.

I want to send emails in groups... like all thoselast names that
start with A, then the B, etc. Should I be doing it this way? I
noticed other duplicates and I can't figure out what I'm doing wrong.
Any of your insight would be highly appreciated!

Best,
Char