R
rml
I have a command button on a form which sends it to outlook with a snapshot
attachment. I works fine but how can I make it create a pdf instead?
Thanks.
DoCmd.SendObject acSendReport, "Test13", acFormatSNP, "[email protected]; [email protected]",
, "[email protected]", "E-mail subject", "Body text something - " & strIdentify
attachment. I works fine but how can I make it create a pdf instead?
Thanks.
DoCmd.SendObject acSendReport, "Test13", acFormatSNP, "[email protected]; [email protected]",
, "[email protected]", "E-mail subject", "Body text something - " & strIdentify