Sendobject

  • Thread starter Thread starter Snurre
  • Start date Start date
S

Snurre

Hi..

I use this code and it works great. However, it works only
once. To be a able to send a new mail I have to close and
open the Access databse.. How is ir possible to send e-
mail several times without restarting?

DoCmd.SendObject acSendQuery, "rwExcelrom", acFormatXLS, _
"(e-mail address removed)", , , "Subject", "Message", True


Regards
Snurre
 
Back
Top