M
msmuzila
I need a way to send a print preview of a form through an email
This is what i have so far
DoCmd.SendObject acSendForm, "To_Ship_List", "SnapshotFormat(*.snp)",
"[email protected]", "", "", "To Ship List for " & Time() & "
" & DATE, "", False, ""
the acSendForm is the problem area, i need to send the forms print
preview
Thanks
Matt
This is what i have so far
DoCmd.SendObject acSendForm, "To_Ship_List", "SnapshotFormat(*.snp)",
"[email protected]", "", "", "To Ship List for " & Time() & "
" & DATE, "", False, ""
the acSendForm is the problem area, i need to send the forms print
preview
Thanks
Matt