I did what I thought would be a very simple after update procedure to record
the current user:
Me.Update_By = CurrentUser()
However, I get the "Another user has changed this data..." message box
(there are no other users, I'm testing on my desktop) and the "Save" option
is grayed out. I can only "Copy to Clipboard" or "Drop Changes".
How can I record who made updates to a record?
Thanks
Pieter Wijnen - 02 Oct 2007 01:42 GMT
Put it in the Before_Update Event
Pieter
>I did what I thought would be a very simple after update procedure to
>record
[quoted text clipped - 8 lines]
> How can I record who made updates to a record?
> Thanks