I have a SQL result that shows say 5 separate records that will send out via email to notify an employee that they have a Purchase Order that was posted. I am adding the PO # to the subject of the email via a variable. The problem i am having is that if the record has the same email address, it will only send it once as the email results only show the distinct email address. I need it to send a seperate email for each record. Any Ideas?