Hi,
Here is the code ...
' Fax report ...
DoCmd.SendObject acReport, stDocName, acFormatRTF, "[fax: " & strTel &
"]", , , , , False
Note:
- I have win XP home edition.
- I have installed Microsoft FAX service.
- In Outlook, I added "Fax tansport protocol"
- My report ( stDocName ) contains both textes and images.
- When I hit "Send Fax" button, an email is sent to outlook.
- Then I have to go to outlook and click on "send & receive" which
triggers
the "rendering process" using ms word. Otherwise I have to wait until
outlook does the automated send and receive, in my case every minute
(another problem I have to solve ) .
Nour
"Russ Valentine [MVP-Outlook]" <
[email protected]> a écrit dans le message
de
You've provided none of the necessary information.
ms fax? What's that? Provide your fax software.
List the precise steps by which you are sending the fax and how this is
related to Outlook.
--
Russ Valentine
[MVP-Outlook]
Nour said:
Hi,
I am trying to fax (using ms fax) an access report.
The report is faxed but only text appear on the fax and all
formatting/images are missing.
It seems that word rendering is not working properly.
Does anyone know how to fix that.
Thanks,
Nour