Record User id

D

dbaggett

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.
 
P

PMK

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
 
Top