Hi,
I currently have a job management system I have written for an electrical services company.
Specs:
access 2007
OS: Vista (tell me about it)
What I want to acheive:
I have a contact list for our staff, I would like to be able to click on a number, and have it generate the DTMF equivalent through the systems speakers, so that I can hold a phone handset nearby. For those unfamiliar, this will allow me to quickly dial a phone number without pressing handset keys.
My current issues:
I have come to beleive I can do this with TAPI3, but i am unsure of wether I need a module to drive this, and/or what functions i will need.
I have added TAPI3 to my references in the VB editor. I have also experimented with functions like DIALNUMBER() etc.
Most code examples seem to be oriented around dialing a fax/modem via com port.
I have also, unsuccessfully tried to make this happen with simultaneous beep tones at the corresponding frequencies, but vba seems to only want one at a time.
any suggestions or finger pointing will be appreciated.
I currently have a job management system I have written for an electrical services company.
Specs:
access 2007
OS: Vista (tell me about it)
What I want to acheive:
I have a contact list for our staff, I would like to be able to click on a number, and have it generate the DTMF equivalent through the systems speakers, so that I can hold a phone handset nearby. For those unfamiliar, this will allow me to quickly dial a phone number without pressing handset keys.
My current issues:
I have come to beleive I can do this with TAPI3, but i am unsure of wether I need a module to drive this, and/or what functions i will need.
I have added TAPI3 to my references in the VB editor. I have also experimented with functions like DIALNUMBER() etc.
Most code examples seem to be oriented around dialing a fax/modem via com port.
I have also, unsuccessfully tried to make this happen with simultaneous beep tones at the corresponding frequencies, but vba seems to only want one at a time.
any suggestions or finger pointing will be appreciated.