P
Peter Hallett
I am using the SendObject method to e-mail a series of reports, as follows:-
DoCmd.SendObject acSendReport, stRptName, acFormatSNP, stRecipient, stCC, ,
stSubject, stMessageText
where the variable string elements are passed as parameters. This should
present no difficulties but the job spec. requires the Message Text to be
emboldened and underlined, and I cannot presently see how to do this.
DoCmd.SendObject acSendReport, stRptName, acFormatSNP, stRecipient, stCC, ,
stSubject, stMessageText
where the variable string elements are passed as parameters. This should
present no difficulties but the job spec. requires the Message Text to be
emboldened and underlined, and I cannot presently see how to do this.