Does anyone have a demonstration Access database for making outbound calls [call button] if you use the built in dialer in access it just calls the phone-dialer program.
Create a global module. Add this to the declarations statement:
Declare Function tapiRequestMakeCall Lib "tapi32.dll" (ByVal stNumber As String, ByVal stCalledParty As String, ByVal stAppName As String, ByVal stComment As String) As Long
Add a function:
Public Function DialNumber(PhoneNumber, CalledParty)
'For TAPI dialler. RetVal is 0 if OK. Returns negative numbers if there is a problem.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.