A
Alex
How can I send a notification about any changes in a document?
I think, it should be some after_update event but I don't know how I can
apply it to the Word document.
In addition, how I can assign the name of the changed document to strWordFile?
DoCmd.SendObject acSendReport, "rptNotofy", acFormatRTF, "Alex", , , _
"Some changes done in " & strWordFile, _
"Notification about changes done", False
Thanks in advance
I think, it should be some after_update event but I don't know how I can
apply it to the Word document.
In addition, how I can assign the name of the changed document to strWordFile?
DoCmd.SendObject acSendReport, "rptNotofy", acFormatRTF, "Alex", , , _
"Some changes done in " & strWordFile, _
"Notification about changes done", False
Thanks in advance