Printing to Small Business Server Fax

A

allen, gary

Hello:

I am trying to print to a Small Business Server fax printer (printer is
called "Fax on SBS".

How do I, using VB, send a report to my SBS fax? I have tried the
sendobject command but to no avail:
DoCmd.SendObject acReport, "Invoice", acFormatRTF, _
"[fax: " & ![fax] & "]", , , , , False
It places the object in a new email message. Does anyone have any
suggestions?
I can print to the fax manually, but I want to automate the insert of the
"fax" field.

Thanks,
gary
 
Top