Identifying the user login

  • Thread starter Thread starter Howard
  • Start date Start date
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.
 
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.
 

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