PropertyChange or CuustomPropertyChange?

C

Curt D.

I have a custom form, that is accessed by different people and I am trying to
write a VBscript code that would record each time a field is changed and what
it was changed to. Would PropertyChange or CustomPropertyChange be used for
this?
 
E

Eric Legault [MVP - Outlook]

Use CustomPropertyChange for custom fields, PropertyChange for built-in fields.
 
Top