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.
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.