maybe the illustartion below would help..
Function Macro11()
On Error GoTo Macro11_Err
DoCmd.SendObject , "", "", "", "", "Select * from email list qry (all emails will have a comma after each line as a seperator)", "", "", False, ""
Macro11_Exit:
Exit Function
Macro11_Err...