Hi all,
I am searching for a way to track when a form/report/query is changed by
users. For instance:
1) A user opens a form/report
2) The user enters the Design mode of that form/report
3) The user makes a change
4) The user saves the change
5) The user exits the form/report
A report I have can show new objects by looking in the system tables. Is
there a system table that keeps track of design changes and by whom? Or
maybe the On_Close event can append a record from the design mode?
Thanks for the help,
strvariant
I am searching for a way to track when a form/report/query is changed by
users. For instance:
1) A user opens a form/report
2) The user enters the Design mode of that form/report
3) The user makes a change
4) The user saves the change
5) The user exits the form/report
A report I have can show new objects by looking in the system tables. Is
there a system table that keeps track of design changes and by whom? Or
maybe the On_Close event can append a record from the design mode?
Thanks for the help,
strvariant
Comment