write currentuser in field of a determined table

  • Thread starter Thread starter Rui Saraiva
  • Start date Start date
R

Rui Saraiva

Hi everyone,

I need to create a field in a table of my database that
returns the currentuser which wrote that record. How can i
do it? I have been playing with many options and didn´t
manage to do it.

Thanks in advance
 
Created, or modified the record?

You can put CurrentUser() in the Default Value of the table, or even grab
the User Name from the Windows Login (www.mvps.org/access/api) using
BeforeUpdate events on forms.

--
Chris

Please respond to newsgroups, as I
don't check this address very often.
Hi everyone,

I need to create a field in a table of my database that
returns the currentuser which wrote that record. How can i
do it? I have been playing with many options and didn´t
manage to do it.

Thanks in advance
 
Back
Top