G
geert.van.ransbeeck
Hello
I have generated a fully formatted excel sheet from code in access,
which is saved on my hard drive.
I have allready a procedure which sends the same data in snapshot
format by mail to my contacts.
DoCmd.SendObject acReport, "RPT_RADI1", "SnapshotFormat(*.snp)",
"VBRAR", "VHERO", "", pbsuject3 & " - RADI tot EVVD", strcontents,
True
How can I add the the excel-sheet as a second attachment in the same
mail?
I have generated a fully formatted excel sheet from code in access,
which is saved on my hard drive.
I have allready a procedure which sends the same data in snapshot
format by mail to my contacts.
DoCmd.SendObject acReport, "RPT_RADI1", "SnapshotFormat(*.snp)",
"VBRAR", "VHERO", "", pbsuject3 & " - RADI tot EVVD", strcontents,
True
How can I add the the excel-sheet as a second attachment in the same
mail?