Sendobject

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, _
"[email protected]", , , "Subject", "Message", True


Regards
Snurre
 
Top