Fax

mewfin

Registered User.
Local time
Today, 20:09
Joined
Aug 19, 2005
Messages
33
Need to be able to send a fax in access using a number it picks from a table.
i dont have the faxmodem on my computer so i need to know about how it works.
 
everyones just to tired to answear or is it impossible to do this? :eek:
 
If you don't have a modem how do you expect to send a fax?
 
Well, at the computer im going to do it on they have a modem, the thing is i wont have much time to fix it so i wanna know how it works before im there.
ive looked around not finding any guide on how to do this.
they have a old approach database with this function, and they need to have the same function implemented into their access database.
 
Windows has a fax driver, you can access it from the File print menu or for further help using the send object method look up
Article ID: Q145787
 
One other option; I have heard of is to use Winfax which certainly used to integrate into access.
 
Winfax costs money=/ so id rather try to figure the other stuff out before asking these to spend money on a software just bechause it woud be easier for me=P

But i coudnt realy get the code on that article well enough to modify it for my purpose.

I only want to make a button and when i click it it faxes the form to the person wich the recored is connected to.

And What is a invoice?
 
Last edited:
Dim faxet As String

faxet = "rapport"
DoCmd.SendObject acSendForm, faxet, aacFormatRTF, FAXNUMMER

faxnummer is the field for the faxnumber.

shoud that code be enough? if i just set up the faxdriver and stuff.
 

Users who are viewing this thread

Back
Top Bottom