snoopy2003
Registered User.
- Local time
- Today, 04:03
- Joined
- Aug 26, 2012
- Messages
- 13
Hello,
I have access tool with front end and back end parts.
My user works with forms in order to add new records or edit records.
I wish to "catch" the following events -
if the user modify field's value (which is not NULL) I wish to display a notification message and update a comment field / log table with old field data, new field data, time and user name.
If the user update field's value from NULL to other value I do not need to log it.
Can I do it in the form level and not for each field ?
I wish to discover the modified fields names and analyze their values before and after the update.
How can I do it ?
Thank you for your help
I have access tool with front end and back end parts.
My user works with forms in order to add new records or edit records.
I wish to "catch" the following events -
if the user modify field's value (which is not NULL) I wish to display a notification message and update a comment field / log table with old field data, new field data, time and user name.
If the user update field's value from NULL to other value I do not need to log it.
Can I do it in the form level and not for each field ?
I wish to discover the modified fields names and analyze their values before and after the update.
How can I do it ?
Thank you for your help