Using Smart Tags in Access

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • phill86
    New Member
    • Mar 2008
    • 121

    Using Smart Tags in Access

    Hi,

    I want to be able to save client details that are stored in my database to an outlook contacts folder which is stored on an exchange server i can get it to update my personal contacts folder no problem.

    does any one know how to edit/create a smart tag so that i can point it to the location on the server

    Apologies if this is not an Access question

    Any pointers are much appreciated

    Regards Phill
  • puppydogbuddy
    Recognized Expert Top Contributor
    • May 2007
    • 1923

    #2
    Phill,
    See this link for a smart tag "how to" that is similar to the functionality you want to develop.



    Hope this helps.

    Comment

    • phill86
      New Member
      • Mar 2008
      • 121

      #3
      Hi Puppydogbuddy

      Thanks for that but i know how to set a smart tag up but i just need to be able to edit the smart tag so that it points to a shared contact folder in outlook that i have created not the default folder

      Cheers Phill

      Comment

      • puppydogbuddy
        Recognized Expert Top Contributor
        • May 2007
        • 1923

        #4
        SmartTag Property Settings

        Originally posted by phill86
        Hi Puppydogbuddy

        Thanks for that but i know how to set a smart tag up but i just need to be able to edit the smart tag so that it points to a shared contact folder in outlook that i have created not the default folder

        Cheers Phill
        Phill,
        I have not yet utilized the smartTags feature, but the link shown below has vba code snippets for modifying smartTag property settings programmaticall y ....and if you experiment with the intellisense, you should be able to access the properties and methods you need.

        Last edited by puppydogbuddy; Feb 26 '09, 04:28 PM. Reason: typos

        Comment

        Working...