Hello,



I am building an database in which I can synchronize outlooktask and Access tasks and vice versa. This includes many different steps that Ihave partially been able to accomplish.

The process of import/export I am using is: Outlook ---->Access ----> Outlook. I have an on load procedure to import thetasks from outlook. Then I have a procedure on exit that sends the tasks fromaccess to outlook. Instead, I would like to know if there would be a procedurein which I can just update either outlook or access when tasks are added oneither side.

Thanks.