write NT Users in Access

  • Thread starter Thread starter Alejandro
  • Start date Start date
A

Alejandro

I want to write in the column of a table the NT user logged in the moment of modify anithing in row, how can i make this???

Thanks in advance
Alejandro
 
I think that the code found at the following link will work for you to get a
network user id:

http://www.mvps.org/access/api/api0008.htm

You can use the BeforeUpdate event of your form to save the user id on a
record modification or the BeforeInsert event to save the user id on a new
record.

--
Cheryl Fischer
Law/Sys Associates
Houston, TX

I want to write in the column of a table the NT user logged in the moment of
modify anithing in row, how can i make this???

Thanks in advance
Alejandro
 
Back
Top