Using the sendobject, to send a report to outlook, i would like to replace the vare with a path, so my message is formated rather that just a lousy text !
vare= "Hello this is annual report"
docmd.sendobject ac report, "myreport","SnapshotFormat", varb, varc, "", "reportTitle", vare, False, ""
Is it possible for example to replace the vare with a word document wich is formatted and would show up correctly formatted in the outlook message description box ?
TIA
vare= "Hello this is annual report"
docmd.sendobject ac report, "myreport","SnapshotFormat", varb, varc, "", "reportTitle", vare, False, ""
Is it possible for example to replace the vare with a word document wich is formatted and would show up correctly formatted in the outlook message description box ?
TIA