Re: userid on network recording on record in a table

Tech-Archive recommends: Fix windows errors by optimizing your registry



Grab the code in http://www.mvps.org/access/api/api0008.htm at "The Access
Web" for how to determine the userid.

Put code in your form's BeforeUpdate event to modify the userid field on
your record. (In anticipation of your next question, you can only do what
you want if you're using forms to update your data)

--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no private e-mails, please)


"Ryno" <Ryno@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:F7E67A93-9A99-47B4-A270-265712DCF2AF@xxxxxxxxxxxxxxxx
I need MS Access 2000 to record the userid on a network on record so that I
can trace who work on that record - .mdb file is shared on a shared
harddisk
via network ?


.