I believe this post belongs here--
I have code in Access to generate a .snp file and name it, etc., and now I would like to email it to one or more recipients at the same time. If I hard code the .To line to read .To = "me@myaddress.com" it works fine. Of course I need a dynamic solution.
On my form [f_rpt] I have a textbox [txtRptRecipient] whose data comes from a query [q_Team_RR].
Is that enough information?
I have code in Access to generate a .snp file and name it, etc., and now I would like to email it to one or more recipients at the same time. If I hard code the .To line to read .To = "me@myaddress.com" it works fine. Of course I need a dynamic solution.
On my form [f_rpt] I have a textbox [txtRptRecipient] whose data comes from a query [q_Team_RR].
Is that enough information?