I may need professional help for this, but thought I'd start here ...
In our Access database we make notes of client activity. Some of that activity involves receiving email from and sending email to clients. We use Outlook. I want to save these emails and allow the user to link to them from the associated notes record.
This is easy enough with manual processes - i.e. save the email in msg format (or otherwise) to a network folder, put the path and filename in a field for the associated notes record, and on the form provide a button or hyperlink with code that opens the appropriate file. We do that now with scanned images and it works just fine.
However, that manual process takes time and leaves lots of room for user error. So ...
I'd like to allow the user to drag an email from Outlook and drop it on the open database form. (Picture how you can drag an email to the Outlook calendar to automatically create an appointment.) On the Access form, this action would then launch the code that saves the email, updates the record, and refreshes the form so the user sees the link/button ... and can now click that link/button and view the email - which is permanently stored on a network drive and linked to this specific notes record.
Any thoughts at all out there? Is it possible to drag and drop an email from Outlook to Access and trigger code?
Many thanks,
Joe
In our Access database we make notes of client activity. Some of that activity involves receiving email from and sending email to clients. We use Outlook. I want to save these emails and allow the user to link to them from the associated notes record.
This is easy enough with manual processes - i.e. save the email in msg format (or otherwise) to a network folder, put the path and filename in a field for the associated notes record, and on the form provide a button or hyperlink with code that opens the appropriate file. We do that now with scanned images and it works just fine.
However, that manual process takes time and leaves lots of room for user error. So ...
I'd like to allow the user to drag an email from Outlook and drop it on the open database form. (Picture how you can drag an email to the Outlook calendar to automatically create an appointment.) On the Access form, this action would then launch the code that saves the email, updates the record, and refreshes the form so the user sees the link/button ... and can now click that link/button and view the email - which is permanently stored on a network drive and linked to this specific notes record.
Any thoughts at all out there? Is it possible to drag and drop an email from Outlook to Access and trigger code?
Many thanks,
Joe