Just use a form - allow additions but not deletions. Not sure if no edits
would work. Someone will post with correct procedure.
With a small combination of modules you can,
1. extract user network logon name and system
http://www.mvps.org/access/api/api0008.htm
http://www.mvps.org/access/api/api0009.htm
3. grab date/time
With CodeContextObject
.DateModified = Date
.TimeModified = Time()
.UserLogon = fOSUserName()
.MachineName = fOSMachineName()
End With
Automate updating a record in a logn table
Fire all these events with a timed startup form, (splash screen) or an
autoexec macro so no user intervention required, totally seamless.
> Just use a form - allow additions but not deletions. Not sure if no edits
> would work. Someone will post with correct procedure.
[quoted text clipped - 21 lines]
>>
>> - Rick