current user returns admin

I

icccapital

I would like to log in one of the databases the username of the person who is
making changes to a record in a database, but I noticed that access 2207
doesn't have user level security anymore and the currentuser method just
returns admin. Is there a way to do this?
 
M

Minton M

I would like to log in one of the databases the username of the person who is
making changes to a record in a database, but I noticed that access 2207
doesn't have user level security anymore and the currentuser method just
returns admin. Is there a way to do this?

I can think of several ways:

- Implement your own user authentication to track users - not
difficult but not very secure.
- Use SQL Server Express' user security (v. secure, easy, but only one
user per 'session').
- Snag the windows login ID if that's reliable (ie. users not sharing
IDs).

-- James
 
I

icccapital

Ok thanks. I had found that but wasn't sure if there was a prepackaged
function in the api I could use. Thanks
 

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

Top