L
Lamar
I have a network database that users enter information into. I want to run
the crossmatch on the info entered and then I want to fax information back to
the customers using WinFax. My computer is the only one with Winfax and a
modem.
I am testing the trail version of ACG Winfax® Integration Class Library for
MS Access. This is my problem. I set the reference and then remove it when
I run the crossmatch. Since I am the only user with the WinFax library it
causes problems if the reference is not removed when another user opens the
database. This happens for various reasons.
I need some coding when the database is opened to "Remove the ref if it is
set". I am the only one who needs the Winfax Libary because I am the only
using Winfax.
Any Suggestions? Thanks for any help.
strfilename = "C:\Program Files\PDF Mail Library\Winfax Library 11.mde"
Set ref = References.AddFromFile(strfilename)
References.Remove ref
the crossmatch on the info entered and then I want to fax information back to
the customers using WinFax. My computer is the only one with Winfax and a
modem.
I am testing the trail version of ACG Winfax® Integration Class Library for
MS Access. This is my problem. I set the reference and then remove it when
I run the crossmatch. Since I am the only user with the WinFax library it
causes problems if the reference is not removed when another user opens the
database. This happens for various reasons.
I need some coding when the database is opened to "Remove the ref if it is
set". I am the only one who needs the Winfax Libary because I am the only
using Winfax.
Any Suggestions? Thanks for any help.
strfilename = "C:\Program Files\PDF Mail Library\Winfax Library 11.mde"
Set ref = References.AddFromFile(strfilename)
References.Remove ref