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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top