thanks so much - that worked! But I had a macro in the BEFORE UPDATE EVENT -
that used SETVALUE to be Current Date and Current Time.
Is it possible to get all three things to write to the table - Date, Time,
and Current User? or at least Date and Current User? I really appreciate
your help.
Ofer said:
On the before update event of the form you can add the code
Me.[CurrentUserFieldName] = CurrentUser()
To assign the value of the current user to the field every time you update
the record
--
\\// Live Long and Prosper \\//
BS"D
:
You can track date and time a record is modified in an Access 2003 form - why
can't you add "current user" also if user-level security is set up to track
the user who modified record?