Hello:
I'm trying to devise a strategy of creating a before and after change log for data altered on a subform. Can anyone let me know what is the best event I can use on a field or current record of a form (i.e. OnCurrent). I'm going to create some VBA code in a module and call it when the event is triggered within the form. Just trying to figure out what event(s) to use for changes to data. I say events because if the user presses the escape button, I may have to cancel the called procedure and handle it appropriately. Any help would be appreciated.
I'm trying to devise a strategy of creating a before and after change log for data altered on a subform. Can anyone let me know what is the best event I can use on a field or current record of a form (i.e. OnCurrent). I'm going to create some VBA code in a module and call it when the event is triggered within the form. Just trying to figure out what event(s) to use for changes to data. I say events because if the user presses the escape button, I may have to cancel the called procedure and handle it appropriately. Any help would be appreciated.