Results 1 to 4 of 4
  1. #1
    PioPio is offline Novice
    Windows 7 32bit Access 2016
    Join Date
    May 2020
    Posts
    2

    Making phone calls via MS Teams

    Hello,



    Is it possible to make phone calls via VBA using MS Access and MS Teams ?
    If so, do you have examples ?

    Many thanks
    Alberto

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows 10 Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,815
    Add a command button with the Wizard and in Miscellaneous category there is an Auto Dialer feature. Generated a macro and converted to VBA:

    DoCmd.GoToControl Screen.PreviousControl.name
    DoCmd.RunCommand acCmdAutoDial

    I changed to:

    Me.tbxCell.SetFocus
    DoCmd.RunCommand acCmdAutoDial
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  3. #3
    PioPio is offline Novice
    Windows 7 32bit Access 2016
    Join Date
    May 2020
    Posts
    2
    Hi June7

    I tried but this does not solve the issue. It opens the software to make phone calls via modem. I want to make phone calls with Microsoft Teams instead.
    Do you have another suggestion?

    Many thanks
    Alberto


    Quote Originally Posted by PioPio View Post
    Hello,

    Is it possible to make phone calls via VBA using MS Access and MS Teams ?
    If so, do you have examples ?

    Many thanks
    Alberto

  4. #4
    June7's Avatar
    June7 is offline VIP
    Windows 10 Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,815
    None that I know of. I don't see a reference library for Microsoft Teams. If this is possible it would probably require building a custom add-in dll. Something I've never attempted.

    MS Teams has its own development platform https://docs.microsoft.com/en-us/mic...emos-templates
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Change number of teams and team names
    By alexanderf in forum Access
    Replies: 5
    Last Post: 05-10-2017, 08:09 AM
  2. Make phone calls
    By azhar2006 in forum Programming
    Replies: 1
    Last Post: 02-22-2016, 03:38 PM
  3. Replies: 4
    Last Post: 12-13-2015, 06:46 PM
  4. Create student teams via query?
    By jmccullough in forum Programming
    Replies: 0
    Last Post: 08-19-2009, 08:21 AM
  5. Replies: 14
    Last Post: 06-24-2009, 07:36 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums