Results 1 to 2 of 2

Thread: HOWTO automatically dial a number stored in a database by just clicking?

  1. #1

    Thread Starter
    New Member
    Join Date
    May 2000
    Location
    Philippines
    Posts
    5

    Talking

    Hi! i'm using access 97 and I have a field under customer-info table that contains a telephone number. What API function can I call to automatically dial the telephone number on a given customer?

  2. #2
    PowerPoster Chris's Avatar
    Join Date
    Jan 1999
    Location
    K-PAX
    Posts
    3,238

    Lightbulb Standard Hayes AT Command Set

    You need to search for the TAPI or you can open a COMM Port with the MSComm control and just send the following string to the modem and it will dial for you. But make sure you have a modem conncted to the respective Comm port.

    Code:
    MSComm1.Output = "ATDT12345678" & vbCr
    Assume 12345678 is the telephone number.

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