Not really, once a recurring task is marked complete the next one in the
series is generated. You'd have to update the field you want prior to
marking the task as complete if I understand what you want.

Signature
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm
> Hi,
>
[quoted text clipped - 11 lines]
>
> marco
vonclausowitz@gmail.com - 08 Oct 2005 00:40 GMT
You are right all along, however I want to update this field
automatically and not by typing in.
So when I click completed the field "Updater" value will become:
gUserID & Date() so the guy who Completed the task and the date.
How else should this be done than by clicking the Completed checkbox?
Marco
vonclausowitz@gmail.com - 08 Oct 2005 09:18 GMT
Could you then trap the DueDate change.
So when a user changes the DueDate of a task the ItemChange will see
that someone changed the duedate?
Marco
Ken Slovak - [MVP - Outlook] - 10 Oct 2005 14:53 GMT
You can use the Item.PropertyChange event to see when DueDate has changed.
I've never tried it but you might be able to trap Completed being changed
there too before the old recurring task is completed and a new one is
generated.

Signature
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm
> Could you then trap the DueDate change.
> So when a user changes the DueDate of a task the ItemChange will see
> that someone changed the duedate?
>
> Marco