I am trying to write code to alter an MS-Access database when I close a task item in Outlook 2003.
I first tried to write some basic code to test the taskitem close event before doing anything more complicated involving Ms-Access. Unfortunately the help files only have an example for the close event of a Mailitem, that I have tried to modify, and even that help file does not say what type/which module (Class Module, Normal Module, ThisOutlookSession Module?) I should put the code in.
So far I have had no success even getting Outlook to call a MsgBox when I close a Task Item. Could someone point me in the right direction on getting the close event of a task item to work.
Paul Cooper
I first tried to write some basic code to test the taskitem close event before doing anything more complicated involving Ms-Access. Unfortunately the help files only have an example for the close event of a Mailitem, that I have tried to modify, and even that help file does not say what type/which module (Class Module, Normal Module, ThisOutlookSession Module?) I should put the code in.
So far I have had no success even getting Outlook to call a MsgBox when I close a Task Item. Could someone point me in the right direction on getting the close event of a task item to work.
Paul Cooper