Identifying the user login

H

Howard

Can anyone point me in the right direction if I want to
record the workstation login ID when inserting a row in a
table?

Thank you.
 
D

Douglas J. Steele

Mart said:
I use the environ function.....

In the design of the table put =environ("Username") into
the defult value property.

Personally, I'd avoid that approach. It's trivial to change the value of
environment variables. The API approach is far more secure.
 
Top