![]() |
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
|
|||
|
|||
![]()
Hi All,
I am sure it is possible with Outlook / Access combination. Step 1 When I send meeting request, I want that request to be added in Access database When I assign task to my team members, that task should be added in Access database. In both of above cases please assume that columns are well defined in Database. Step 2 When individual respond to meeting request, their response (Accept, Reject, Tentative) should go directly into Access Table. When team member progress task assigned to them, their progress should go directly to Access table. Is it possible? Nimish |
Ads |
#2
|
|||
|
|||
![]()
1) Write Outlook automation code that subscribes to the MAPIFolder.Items.ItemAdd event on the Sent Items folder and uses ADO code to push the data into your database.
2) Same thing, only on the Inbox. See http://www.outlookcode.com/d/database.htm for references. -- Sue Mosher, Outlook MVP Author of Configuring Microsoft Outlook 2003 http://www.turtleflock.com/olconfig/index.htm and Microsoft Outlook Programming - Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "NIMISH" wrote in message oups.com... Hi All, I am sure it is possible with Outlook / Access combination. Step 1 When I send meeting request, I want that request to be added in Access database When I assign task to my team members, that task should be added in Access database. In both of above cases please assume that columns are well defined in Database. Step 2 When individual respond to meeting request, their response (Accept, Reject, Tentative) should go directly into Access Table. When team member progress task assigned to them, their progress should go directly to Access table. Is it possible? Nimish |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Link Outlook data to Access | Shellie | Outlook - Using Contacts | 2 | May 22nd 06 09:01 PM |
Need a copy feature for Contacts to transfer repeat data. | Keith G | Outlook - Using Contacts | 1 | April 25th 06 07:14 PM |
Keep an online copy of you Outlook data that you can synchronize across several locations and access it via web broswers | [email protected] | Outlook - General Queries | 1 | April 13th 06 05:43 AM |
How do I copy data from one field to another? | reiner | Outlook - Using Contacts | 3 | February 19th 06 07:56 PM |
Copy 2003 PST data | Dana DeLouis | Outlook - General Queries | 5 | February 17th 06 10:01 AM |