![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
Hey all, long time reader, first time poster here
![]() OK, so i have a custom program in the works to organize our emails by "project". One of my missing links is to hook emails from outlook into the MDB file. Here it is very simply: User has outlook open, they select the email they want, click a button and a small form with a dropdown box pops up containing the names of our active projects. I want them to select the project which relates to the email and click OK. When they click OK, i would like the email to attach itself to a table in Access. Is this possible? Thanks! Edward |
Ads |
#2
|
|||
|
|||
![]() Yes, it is. For the form I'd use an MSForm, which you can add to the VBA project. For writing your data into the Access database I'd use the ADODB library: Add a reference to it via Tools/References, select the newest available "Microsoft ActiveX Data Objects..." library. -- Best regards Michael Bauer - MVP Outlook : Outlook Categories? Category Manager Is Your Tool : VBOffice Reporter for Data Analysis & Reporting : http://www.vboffice.net/product.html?pub=6&lang=en Am Mon, 17 Aug 2009 13:40:29 -0700 (PDT) schrieb Edward: Hey all, long time reader, first time poster here ![]() OK, so i have a custom program in the works to organize our emails by "project". One of my missing links is to hook emails from outlook into the MDB file. Here it is very simply: User has outlook open, they select the email they want, click a button and a small form with a dropdown box pops up containing the names of our active projects. I want them to select the project which relates to the email and click OK. When they click OK, i would like the email to attach itself to a table in Access. Is this possible? Thanks! Edward |
#3
|
|||
|
|||
![]()
On Aug 18, 3:06*am, "Michael Bauer [MVP - Outlook]"
wrote: Yes, it is. For the form I'd use an MSForm, which you can add to the VBA project. For writing your data into the Access database I'd use the ADODB library: Add a reference to it via Tools/References, select the newest available "Microsoft ActiveX Data Objects..." library. -- Best regards Michael Bauer - MVP Outlook * : Outlook Categories? Category Manager Is Your Tool * : VBOffice Reporter for Data Analysis & Reporting * : http://www.vboffice.net/product.html?pub=6&lang=en Am Mon, 17 Aug 2009 13:40:29 -0700 (PDT) schrieb Edward: Hey all, long time reader, first time poster here ![]() OK, so i have a custom program in the works to organize our emails by "project". One of my missing links is to hook emails from outlook into the MDB file. Here it is very simply: User has outlook open, they select the email they want, click a button and a small form with a dropdown box pops up containing the names of our active projects. I want them to select the project which relates to the email and click OK. When they click OK, i would like the email to attach itself to a table in Access. Is this possible? Thanks! Edward- Hide quoted text - - Show quoted text - Michael, thanks for the reply. I added the reference and am trying to work my way through how this is going to work now. My hope is to just have the MDB file out on the network somewhere and connect to it in the background (ie, not have access open) to add the messages. Do you know if attachments will go along with the email or will I need a seperate logic for that? Thanks again, Edward |
#4
|
|||
|
|||
![]() If you store the email as *.msg file in your db, it will also contain the attachments. -- Best regards Michael Bauer - MVP Outlook : Outlook Categories? Category Manager Is Your Tool : VBOffice Reporter for Data Analysis & Reporting : http://www.vboffice.net/product.html?pub=6&lang=en Am Wed, 19 Aug 2009 07:54:50 -0700 (PDT) schrieb Edward: On Aug 18, 3:06*am, "Michael Bauer [MVP - Outlook]" wrote: Yes, it is. For the form I'd use an MSForm, which you can add to the VBA project. For writing your data into the Access database I'd use the ADODB library: Add a reference to it via Tools/References, select the newest available "Microsoft ActiveX Data Objects..." library. -- Best regards Michael Bauer - MVP Outlook * : Outlook Categories? Category Manager Is Your Tool * : VBOffice Reporter for Data Analysis & Reporting * : http://www.vboffice.net/product.html?pub=6&lang=en Am Mon, 17 Aug 2009 13:40:29 -0700 (PDT) schrieb Edward: Hey all, long time reader, first time poster here ![]() OK, so i have a custom program in the works to organize our emails by "project". One of my missing links is to hook emails from outlook into the MDB file. Here it is very simply: User has outlook open, they select the email they want, click a button and a small form with a dropdown box pops up containing the names of our active projects. I want them to select the project which relates to the email and click OK. When they click OK, i would like the email to attach itself to a table in Access. Is this possible? Thanks! Edward- Hide quoted text - - Show quoted text - Michael, thanks for the reply. I added the reference and am trying to work my way through how this is going to work now. My hope is to just have the MDB file out on the network somewhere and connect to it in the background (ie, not have access open) to add the messages. Do you know if attachments will go along with the email or will I need a seperate logic for that? Thanks again, Edward |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
how can I set up one click access to form templates in outlook? | gbswales | Outlook - Using Forms | 1 | October 31st 07 02:40 PM |
form data in outlook web access | JP | Outlook - Using Forms | 2 | May 11th 07 07:03 AM |
How do I get my custom Outlook Form to display in Web Access? | robert | Outlook - Using Forms | 1 | October 10th 06 05:43 PM |
Link the MS Access form to the Outlook | Jacky | Outlook - Using Forms | 1 | March 31st 06 04:52 PM |
how can I access my outlook form home work or lap top? | Jodi | Outlook - Calandaring | 1 | January 13th 06 07:34 PM |