Hi All,
I have two questions:
--------------------------
Firstly, I would like to fax my report using outlook. I've been using win
fax to fax my reports but would like to get rid of my modem and fax it
through my MS Outlook.
I am using microsoft Access 97 and Outlook 2000. I've used the command
docmd.send object:
DoCmd.SendObject acSendReport, "FaxNewStart", acFormatRTF, "[fax:" &
agentFaxNum & "]", , , , , False
It produces an error message:
"run-time error:'2295"
"Unknown message recipient(s);the message was not sent"
But when i tried this code with microsoft access 97 and outlook 97, it
works perfectly.
is something wrong with my outlook 2000? will it also work if i use ms
access 2000 and outlook 2000?
Secondly,
with docmd.sendobject the report will be outputted as .rtf file therefore
lose all the formatting. Is there a way i can send the access report
object to the faxing without using .snp file format?(with win fax pro, i
am able to send the report and keep the formatting)
thank you very much for your help!!!!
regards
Cynthia