I applied the code to a form save record changes to an audit table.
The update log code works Ok - but it crashes if i try to add a new record by copying and pasting an existing record...so i need to somehow detect
when a new record is being added and temporarily disable the code, then
reactivate it once the record has been added...
Two steps are:
How do i capture the copy/paste command (as keyboard strokes or mouse selection) to trigger the event and;
How do i temporarily disable/bypass some code when the Add record event is detected???
The update log code works Ok - but it crashes if i try to add a new record by copying and pasting an existing record...so i need to somehow detect
when a new record is being added and temporarily disable the code, then
reactivate it once the record has been added...
Two steps are:
How do i capture the copy/paste command (as keyboard strokes or mouse selection) to trigger the event and;
How do i temporarily disable/bypass some code when the Add record event is detected???