M
madty
Guest
Hello,
I am trying to create a button that would fax my order to my supplyer. Here is my code:
Dim stDocName As String
Dim FaxN As String
FaxN = Me.VENDFX
stDocName = "POFax"
DoCmd.SendObject acSendReport, stDocName, acFormatRTF, _
"[fax: " & FaxN & "]", , , , , False
When I use this code it trys to send my report by e-mail. How do I get it to fax via Microsoft fax?
I am trying to create a button that would fax my order to my supplyer. Here is my code:
Dim stDocName As String
Dim FaxN As String
FaxN = Me.VENDFX
stDocName = "POFax"
DoCmd.SendObject acSendReport, stDocName, acFormatRTF, _
"[fax: " & FaxN & "]", , , , , False
When I use this code it trys to send my report by e-mail. How do I get it to fax via Microsoft fax?