Record User id

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there a way to have Access add a user id to a table with the time, say
when they run a certain query? List the machine id maybe. Without the user
having to key it in every time.
 
I use

=environ$("ComputerName")

which does the trick for me - just create a field in your table that you
want to store this in and then add that field to your form, set the default
value to that string and bob's your uncle

HTH

PMK
 

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