Tell who's using it???

D

dogpigfish

Anyway to tell who is using the computer, like maybe fill in a field saying
which computer used the database. Not sure, any kind of explanation should
do. Let's say someone logs in, but it isn't at the same computer as the
computer assigned. Anyway to tell?
 
R

Rick B

Not sure what you mean by "isn't at the same computer as the computer
assigned". What does a user's "assigned computer" have to do with it?

If you are using user-level security, then the user's userid can be reteived
in code using the function...

=CurrentUser()

You can write this to a table when users log on, diaply it in a form, print
it on the footer of a report, whatever you want to do with it.

If this does not answer your question, you'll have to provide many more
details.
 
Top