I am adding the attachment manually because it is outside of my database.
I actually am using blind copy in the code. Below is the line
DoCmd.SendObject acSendNoObject, , , RstTmp.Fields![emailaddress].Value, , , , , True
This line sends each email address a message separately, what I want...