DJRobbieBAtl
Technical User
I am using MS Access 2003 SP3 with Lotus Notes 6.5 and the following line of VBA code works great, except everything is double-spaced, regardless of the positioning on the report in Access. Any ideas how to stop Lotus Notes from creating double-spaced emails?
Any assistance would be greatly appreciated!!
Thanks!!
DJ Rob
Code:
DoCmd.SendObject acSendReport, strReport, acFormatHTML, strEmailTo, , , strSubject, , False
Any assistance would be greatly appreciated!!
Thanks!!
DJ Rob