add modified field to another field

  • Thread starter Thread starter Derek Davlut
  • Start date Start date
D

Derek Davlut

Hello,

I was wondering if anyone would know how to take a field created in a custom
form for a task. The field is DATE and everytime the date is modified I
would like an audit trail on the form that shows a list value of all the
dates that were changed in a field called modDate.

Help would be greatly appreciated..

Derek.
 
You can use the CustomPropertyChange event to trigger code that appends the audit trail information to a text field on the form. See http://www.slipstick.com/dev/propsyntax.htm if you're not familiar with using this event.
--
Sue Mosher, Outlook MVP
Outlook and Exchange solutions at http://www.slipstick.com
Author of
Microsoft Outlook Programming: Jumpstart
for Administrators, Power Users, and Developers
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top