Results 1 to 6 of 6
  1. #1
    BaldEagleOne is offline Novice
    Windows 10 Access 2016
    Join Date
    Feb 2020
    Posts
    6

    Link an email to line item in Access


    I am summarizing a number of emails from a company in an Access database. Is it possible to link the Outlook email to the line item describing it?
    Thanks

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows 10 Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,929
    Exactly what do you mean by 'summarizing'? How do you intend to be able to retrieve email? Do you want to save it as a txt file? Then save that file name into a text field of 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.

  3. #3
    Gicu's Avatar
    Gicu is offline VIP
    Windows 10 Access 2010 32bit
    Join Date
    Jul 2015
    Location
    Kelowna, BC, Canada
    Posts
    4,115
    Are you using Outlook as your email client? One way would be to save the emails as .msg files somewhere in your file system (using a subfolder structure with a subfolder for each CompanyName/ID) and a joining table in Access (depending on your needs the table might not be needed as you can loop recursively through the subfolder and populate a listbox on the OnCurrent event of an company form).
    If you want to link the Outlook message itself check out this link:https://stackoverflow.com/questions/...ges-when-email

    Cheers,
    Vlad Cucinschi
    MS Access Developer
    http://forestbyte.com/

  4. #4
    BaldEagleOne is offline Novice
    Windows 10 Access 2016
    Join Date
    Feb 2020
    Posts
    6
    I've attached a jpg of my table which is just summarizing email. What I'd like to do is link each line item to the email in Outlook it represents so I can send the database along with the Outlook file of emails to another person. That person can just be satisfied with the summaries or look at the email, itself, for details.Click image for larger version. 

Name:	EmailSummary.jpg 
Views:	10 
Size:	134.1 KB 
ID:	40805

  5. #5
    Gicu's Avatar
    Gicu is offline VIP
    Windows 10 Access 2010 32bit
    Join Date
    Jul 2015
    Location
    Kelowna, BC, Canada
    Posts
    4,115
    When you say "Outlook file of emails" do you refer to a Outlook pst file (not really meant to be sent to other people) or individual email messages saved as .msg files? How experienced are you with VBA? You will need at least a form with some code to do either of my proposed options. Have a look at my free utility that might put you on the right path:
    http://forestbyte.com/ms-access-util...ook-companion/

    Cheers,
    Vlad Cucinschi
    MS Access Developer
    http://forestbyte.com/

  6. #6
    BaldEagleOne is offline Novice
    Windows 10 Access 2016
    Join Date
    Feb 2020
    Posts
    6
    Don't know VB. I put a request on your site for some help. Thanks. Let me know if you might be interested.

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

Similar Threads

  1. Line item dependencies
    By mcucino in forum Programming
    Replies: 1
    Last Post: 10-18-2018, 11:15 AM
  2. Sending an Email containing a link to access
    By kdbailey in forum Access
    Replies: 16
    Last Post: 08-07-2014, 12:28 PM
  3. Add New Line Item Detail to Invoice Based on Status
    By breakingme10 in forum Programming
    Replies: 2
    Last Post: 06-23-2014, 04:04 PM
  4. Replies: 2
    Last Post: 05-07-2014, 11:16 AM
  5. Line item query
    By michaeltorpedo in forum Queries
    Replies: 9
    Last Post: 05-02-2012, 01:17 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