How can I tell if a user opens a table in datasheet view and edits a field/column in the table?
I would like to write to a log table anytime a user edits a table field. The logFunction below writes to the log table using CurrentUser.
For example:
If table opened
logFunction "testTable has been opened"
End If
Or
If table field edited
logFunction "testTable field has been edited"
End If
Thanks in advance for any assistance
I would like to write to a log table anytime a user edits a table field. The logFunction below writes to the log table using CurrentUser.
For example:
If table opened
logFunction "testTable has been opened"
End If
Or
If table field edited
logFunction "testTable field has been edited"
End If
Thanks in advance for any assistance