D
dgmoore
I have a requirement to capture all changes to an mpp file (Prj03) and
populate them to a database in order to maintain an audit trail (this
is to keep track of daily changes to records as part of a metrics
process, not to compare with the baseline, which is strictly controlled
and is changed infrequently).
I have created a VB form to do this: it displays the current content of
selected fields from the current record and provides blank fields into
which new values are entered. Clicking a button labeled 'Update' places
these values in the corresponding Project fields and also appends a
record to an Access database containing the field name, old content,
new content, date of update, and person doing the update.
This works all right, but it's a little cumbersome. Can anybody suggest
a way to detect and capture changes to Project fields directly - I know
there is no OnChange event for Project cells, but perhaps there might
be another way...?
Thanks
populate them to a database in order to maintain an audit trail (this
is to keep track of daily changes to records as part of a metrics
process, not to compare with the baseline, which is strictly controlled
and is changed infrequently).
I have created a VB form to do this: it displays the current content of
selected fields from the current record and provides blank fields into
which new values are entered. Clicking a button labeled 'Update' places
these values in the corresponding Project fields and also appends a
record to an Access database containing the field name, old content,
new content, date of update, and person doing the update.
This works all right, but it's a little cumbersome. Can anybody suggest
a way to detect and capture changes to Project fields directly - I know
there is no OnChange event for Project cells, but perhaps there might
be another way...?
Thanks