Tell who's using it???

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

Guest

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

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