Sending SMS through Access

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Aftab Ahmad
    New Member
    • Jan 2015
    • 49

    Sending SMS through Access

    Hello Friends!

    How can I send SMS using Access Database? Is that possible through access.
  • twinnyfo
    Recognized Expert Moderator Specialist
    • Nov 2011
    • 3653

    #2
    You may want to see this thread first: Send SMS from MS Access.

    I don't think it is natively possible through MS Access.

    Comment

    • zmbd
      Recognized Expert Moderator Expert
      • Mar 2012
      • 5501

      #3
      To summarize the thread TwinnyFo linked to:
      - Access does NOT have native support for SMS/Text messages
      - You can use a service, using Google I've found three such services; HOWEVER, they are commercial sites, the pricing seemed reasonable
      - You can install a third-party API/Software solution. Once again a Google search turned up a few commercial software options.
      - You can attempt to use the email to text option. Many providers have a method using the cellphone's number and an email service to send the SMS - Rabbit gives an example.
      Keep in mind - I personally have this option blocked from all of my family's and my company cellphone due to the obscenely high rate of spam text sent to our cells by people that use this method. I'd never see any of my family, friends, nor work texts if I allowed the email-sms to come through to the phone.

      Those are your three options.

      Comment

      • Aftab Ahmad
        New Member
        • Jan 2015
        • 49

        #4
        Well someone said me that this is easily possible by creating arrays in access. zmbd have you any idea?

        Comment

        • twinnyfo
          Recognized Expert Moderator Specialist
          • Nov 2011
          • 3653

          #5
          Aftab Ahmad,

          The only possible way to do this “easily” through MS Access is to send an e-mail to the phone via the cell service provider.

          I’m not sure what that would have to do with arrays, aside from arrays being a method of parsing out contact information.

          Comment

          • Rabbit
            Recognized Expert MVP
            • Jan 2007
            • 12517

            #6
            Arrays and sending texts are unrelated

            Comment

            • zmbd
              Recognized Expert Moderator Expert
              • Mar 2012
              • 5501

              #7
              As Rabbit said - "Arrays and sending texts are unrelated"

              Comment

              Working...