Results 1 to 5 of 5

Thread: Send Fax

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Jun 2004
    Posts
    369

    Send Fax

    Hi,

    1st. I am new to all that Fax stuff. So thank to be as clear as possible in your answer.

    I have an MS Access application installed on 4 windows 2000 PCs (local temporary tables, forms, queries, etc)

    That application have a set of linked tables to another common database (only tables) for all 4 PCs. That common database is on a Windows Server 2003.


    I need to add Faxing capabilities to my MS Access application.

    I guess I have to install a fax software(client) on my 4 PCS that will be configured to communicate to a Fax Server that I would install on my Windows Server 2003. Is that how the architechture should look like?

    If not ... who does it work.
    If yes... what software could be available for me providing the set of libraries so I could use it in my MS Access.

    --
    So the Fax software has to run under Windows 2000 and Fax Server under Windows Server 2003.

    Thanks for helping a beginner in Faxing world.

  2. #2
    Frenzied Member DKenny's Avatar
    Join Date
    Sep 2005
    Location
    on the good ship oblivion..
    Posts
    1,171

    Re: Send Fax

    Standard Windows installations should include Microsoft Fax Services. IF you add a reference to the "Microsoft Fax Service" library to your project, you will be able to Fax directly through VBA code.
    Declan

    Don't forget to mark your Thread as resolved.
    Take a moment to rate posts that you think are helpful

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Jun 2004
    Posts
    369

    Re: Send Fax

    As mentionned above, my Access application runs on 4 PCs. These PC don't have a fax-modem, only my Windows Server 2003 has one.

    Still you think that only using the library in my MS Access project, my 4 PCs would be able to send a fax to my Windows Server 2003 - Shared Fax-Printer and from there send fax ?

    --

    Do you have a code example?

  4. #4
    Frenzied Member DKenny's Avatar
    Join Date
    Sep 2005
    Location
    on the good ship oblivion..
    Posts
    1,171

    Re: Send Fax

    I haven't done any coding with this library, but looking at the object model there is a FaxServer object, so you should be able to route the fax through your server.
    Declan

    Don't forget to mark your Thread as resolved.
    Take a moment to rate posts that you think are helpful

  5. #5

    Thread Starter
    Hyperactive Member
    Join Date
    Jun 2004
    Posts
    369

    Re: Send Fax

    I can't find 1 working example on the internet with that FaxServer object.

    This must not be a good way of doing things.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width