Article ID: 141625 - Last Review: January 19, 2007 - Revision: 3.3 ACC: Using TAPI to Dial a Phone Under Win95/NT 4.0 (95/97)This article was previously published under Q141625 SUMMARY
Advanced: Requires expert coding, interoperability, and multiuser skills.
This article describes a sample Visual Basic function, DialNumber(), that you can use to dial a telephone number from Microsoft Access 7.0 and 97 using your computer's modem. This method uses Telephony Application Programming Interface (TAPI) function calls to dial the number. This technique provides the same behavior as the built-in AutoDialer feature in Microsoft Access 7.0 and 97. NOTE: Although this technique works in Windows 95 and Windows NT 4.0, it may not work in Windows NT 3.51 because Windows NT 3.51 does not have built-in TAPI support. For more information about dialing a phone number in Microsoft Access without using TAPI, please see the following article here in the Microsoft Knowledge Base: 148857
(http://support.microsoft.com/kb/148857/EN-US/
)
ACC: How to Dial a Phone Number Using MS Access 95/97
This article assumes that you are familiar with Visual Basic for
Applications and with creating Microsoft Access applications using the
programming tools provided with Microsoft Access. For more information
about Visual Basic for Applications, please refer to your version of the
"Building Applications with Microsoft Access" manual.
MORE INFORMATION
Although the TAPI software development kit (SDK) contains a complete set
of telephony functions, you need only one function, tapiRequestMakeCall(),
to dial a phone number.
The following steps demonstrate how to create and use the DialNumber() function in Microsoft Access 7.0 and 97.
REFERENCES
For more information about the AutoDialer feature, search the Help Index
for AutoDialer.
For more information about the Declare statement, search the Help Index for Declare Statement. | Article Translations
|


Back to the top
