S
SJ
Hi,
Given that the RTF renderer in Access seems to be slightly bust in that it
truncates text, does anyone have any other suggestions as to what output i
could use.
i have tried HTML which would work, apart from the fact that when the output
is long it puts it over two separate pages which is a pain for saving and
storing.
I'm currently using the following code:
DoCmd.SendObject acSendReport,
"rptStudentAssignmentFeedbackDetailsCCtoTutor", "HTML", TutorEmail, , ,
subj, msg, True
Is there a way to output to a .doc format and then automatically attach to
email?
regards
A
Given that the RTF renderer in Access seems to be slightly bust in that it
truncates text, does anyone have any other suggestions as to what output i
could use.
i have tried HTML which would work, apart from the fact that when the output
is long it puts it over two separate pages which is a pain for saving and
storing.
I'm currently using the following code:
DoCmd.SendObject acSendReport,
"rptStudentAssignmentFeedbackDetailsCCtoTutor", "HTML", TutorEmail, , ,
subj, msg, True
Is there a way to output to a .doc format and then automatically attach to
email?
regards
A