Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Fax a report via Microsoft Fax or WinFax

How To

Fax a report via Microsoft Fax or WinFax

by  randysmid  Posted    (Edited  )
Hi,
You can fax a report using Microsoft Fax or WinFax. Microsoft has written an FAQ on this topic and it can be found at http://support.microsoft.com/default.aspx?scid=kb;en-us;231797
This technique uses the SendObject command, which is illustrated in the FAQ with a function named FaxInvoices.

Microsoft has also provided a database filled with numerous report samples, including fax samples for Microsoft Fax and WinFax. The downloadable file is called RptSmp00.exe (for Access 2000). (by the way, there is also a file called RptSmp97.exe for Access 97 users - if you are unable to find it, send me an email and I will send it to you). After running the executable (RptSmp00.exe), you will end up with an Access database called RptSmp00.mdb

Go into the Modules section, and look for "modFaxExample", then click on Design.

Microsoft Fax code
Scroll down until you see the function called "MSFaxInvoices".

WinFax code
Scroll down until you see the function called "WinFaxInvoices". Also take a look at the function "SendWinFax". These two functions work together to provide the functionality.

Feedback, comments?
Randy Smith, MCP
rsmith@cta.org [pc2]

Register to rate this FAQ  : BAD 1 2 3 4 5 6 7 8 9 10 GOOD
Please Note: 1 is Bad, 10 is Good :-)

Part and Inventory Search

Back
Top