Hi
I want to save all information from a table row into a historyTable when an update is made to it (to be able to view the history of the table).
However the table contain one field of data type Attachment and changes to this field doesn't seen to trigger the After Update macro.
How do I save changes to an Attachment data type?
I want to use a macro directly from the table rather than using code triggered by the update form since I don't want the history saving to be bypassed by people making updates directly to the table.
The attachment itself doesn't have to be resaved, but I want the history table to show that a change have been made.
Hope someone can help me
I want to save all information from a table row into a historyTable when an update is made to it (to be able to view the history of the table).
However the table contain one field of data type Attachment and changes to this field doesn't seen to trigger the After Update macro.
How do I save changes to an Attachment data type?
I want to use a macro directly from the table rather than using code triggered by the update form since I don't want the history saving to be bypassed by people making updates directly to the table.
The attachment itself doesn't have to be resaved, but I want the history table to show that a change have been made.
Hope someone can help me