M
Montse
I have a table called logs with the following fields:
LogID: autonumeric
ApplicationID
FieldModified
DateModified
And I would like that every time someone modifies the table Applications, a
log is created that tells me which application was modified [ApplicationID],
which field from the Application Table [FieldModified] and the date it was
modified [DateModified]
Could anyone provide me with the code that would allow making this possible?
Thank you for our help.
LogID: autonumeric
ApplicationID
FieldModified
DateModified
And I would like that every time someone modifies the table Applications, a
log is created that tells me which application was modified [ApplicationID],
which field from the Application Table [FieldModified] and the date it was
modified [DateModified]
Could anyone provide me with the code that would allow making this possible?
Thank you for our help.