Results 1 to 10 of 10
  1. #1
    Mariner81 is offline Novice
    Windows 10 Access 2016
    Join Date
    May 2023
    Posts
    13

    Linking Outlook Contacts - email address fields missing

    I am using External Data - New Data Source - From Other Sources - Outlook Folder and trying to link my outlook contact data. This all seems to well except the wizard does not bring the contact email field along. The main reason I am doing this is because I want to use email addresses for sending reports. It seems just about every possible field is being linked EXCEPT the email.



    Any clues as to what may be going on here?

    I can export to a CSV file and the email fields show up but not when using the Access Wizard.

  2. #2
    Micron is offline Virtually Inert Person
    Windows 10 Access 2016
    Join Date
    Jun 2014
    Location
    Ontario, Canada
    Posts
    12,801
    Have never done this before but works for me with 365 version 2016. It is the 25th column in the resulting table.
    Are you sure that you're selecting "contacts" from the list of available folders? Not ideal, but perhaps you will have to grab the addresses from a csv file.
    The more we hear silence, the more we begin to think about our value in this universe.
    Paraphrase of Professor Brian Cox.

  3. #3
    Mariner81 is offline Novice
    Windows 10 Access 2016
    Join Date
    May 2023
    Posts
    13
    I actually created a folder called TestContacts with some sample data for testing purposes. However I get the same results if I try it on my personal contacts folder.

    As I stated the CSV export import works fine but what i am trying to do is link to Outlook and allow my users to select email addresses from their outlook contacts and add them to a setup form which contains the parameters for emailing a report using the DoCmd.SendObject method. The form has fields for To, CC, BCC, Subject, and Message Text. Grabbing the email addresses directly from their Outlook contacts list will be much more streamlined than any other workaround.

  4. #4
    June7's Avatar
    June7 is online now VIP
    Windows 10 Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,929
    Using Access 2010 and I also see the E-mail address field in linked table.
    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.

  5. #5
    Mariner81 is offline Novice
    Windows 10 Access 2016
    Join Date
    May 2023
    Posts
    13
    I am using Access 2016 and Outlook 2016.

  6. #6
    Join Date
    Jan 2017
    Location
    Swansea,South Wales,UK
    Posts
    4,940
    Mine is the 24th field in the table and I only have 2007?
    Please use # icon on toolbar when posting code snippets.
    Cross Posting: https://www.excelguru.ca/content.php?184
    Debugging Access: https://www.youtube.com/results?sear...bug+access+vba

  7. #7
    Mariner81 is offline Novice
    Windows 10 Access 2016
    Join Date
    May 2023
    Posts
    13
    Quote Originally Posted by Welshgasman View Post
    Mine is the 24th field in the table and I only have 2007?
    My 24th field is named "Account" which could very likely be the email field except it did not bring any data with it when it linked. The other fields however did. Quite strange.

  8. #8
    Join Date
    Jan 2017
    Location
    Swansea,South Wales,UK
    Posts
    4,940
    Sorry, I was not counting the autonmber field, just the field as they were brought in. Even then I appear to have counted wrong.
    In the table
    Field 23 is Display name
    Field 24 is Email Type
    Field 25 is Email Address
    Field 26 is Account which is also blank.
    Please use # icon on toolbar when posting code snippets.
    Cross Posting: https://www.excelguru.ca/content.php?184
    Debugging Access: https://www.youtube.com/results?sear...bug+access+vba

  9. #9
    Mariner81 is offline Novice
    Windows 10 Access 2016
    Join Date
    May 2023
    Posts
    13
    On mine I have

    Field 21 is Other Fax
    Field 22 is Telex Number
    Field 23 is Display name
    Field 24 is Account

    Strange that they show different.

  10. #10
    Join Date
    Jan 2017
    Location
    Swansea,South Wales,UK
    Posts
    4,940
    2007
    I knocked up some code to get all mine.
    0 ID
    1 First
    2 Last
    3 Title
    4 Company
    5 Department
    6 Office
    7 Post Office Box
    8 Address
    9 City
    10 State
    11 Zip/Postal Code
    12 Country/Region
    13 Phone
    14 Mobile Phone
    15 Pager Phone
    16 Home2 Phone
    17 Assistant Phone Number
    18 Business Fax
    19 Home Fax
    20 Other Fax
    21 Telex Number
    22 Display name
    23 E-mail type
    24 E-mail address
    25 Account
    26 Assistant
    27 Send Rich Text
    28 Primary
    29 Normalized Subject

    I obviously cannot count?
    Please use # icon on toolbar when posting code snippets.
    Cross Posting: https://www.excelguru.ca/content.php?184
    Debugging Access: https://www.youtube.com/results?sear...bug+access+vba

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

Similar Threads

  1. Linking Outlook Contacts Notes Field Missing
    By F10Catherine in forum Import/Export Data
    Replies: 0
    Last Post: 01-29-2020, 04:49 AM
  2. Replies: 5
    Last Post: 03-23-2017, 06:38 AM
  3. Linking to an MS Outlook Contacts Folder
    By rjgriffin46 in forum Access
    Replies: 3
    Last Post: 10-28-2014, 04:00 PM
  4. Replies: 3
    Last Post: 04-23-2014, 06:19 PM
  5. Linking accdb to Outlook Contacts folder
    By Craig in forum Import/Export Data
    Replies: 1
    Last Post: 02-14-2011, 05:51 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