Faxing from Access

  • Thread starter Thread starter SAC
  • Start date Start date
S

SAC

Does anyone know of a faxing routine already developed to fax from within
access, pulling the name and fax number from a form or a recordset?

Thanks.
 
Does anyone know of a faxing routine already developed to fax from within
access, pulling the name and fax number from a form or a recordset?

See the following page at Tony Toews' web site:

http://www.granite.ab.ca/accswfxp.htm

If you have WinXP and have installed the fax services, you can use code
available through the MSDN website.

http://search.microsoft.com/search/...=a&qu=fax+services+extended+com+basic&c=4&s=2

As for pulling the name and fax number from form or recordset, there is code
available in the Access VBA Help file that you can use, or, if targeting
recordsets:

DAO:
http://search.microsoft.com/search/results.aspx?View=msdn&st=a&qu=DAO+recordset+example&c=4&s=2

ADO:
http://search.microsoft.com/search/results.aspx?View=msdn&st=a&qu=ADO+recordset+example&c=4&s=2

Personally, I am a diehard DAO programmer, so I have nothing more to offer if
you choose to go with ADO. <g>
 
Back
Top