Sending faxes in code

A

Andrew J

I have an database that will use code to send reports out
as faxes via a loop in vba. I can get MS Fax to send the
fax using SendObject, but this only sends the fax via
email. I need it to send directly to the modem. I
believe that WinFax can do this using code like

Set objSend = CreateObject("WinFax.SDKSend")

Does winfax send directly to the modem, or does it send
via outlook, the same as MS Fax.

Is there a way to do a docmd.openreport & specify the fax
number there?


Thanks in advance.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top