Login X Data

G

Guest

My access db has a couple of users names that can view different kind of data from the same table

I would like to create an authentication to allow the user to access his own data. How can I do that

THX
 
J

Joan Wild

Ricardo said:
My access db has a couple of users names that can view different kind
of data from the same table.

I would like to create an authentication to allow the user to access
his own data. How can I do that?

THX

You can use the currentuser() function to get the currently logged in
username. Provided you have a field in the table to identify who 'owns' it,
you can set a criteria of CurrentUser()
 
G

Guest

The "currently logged in username" that you said refers to the Access DB User or the Windows user? I need the Windows user

TH

----- Joan Wild wrote: ----

Ricardo Contrucci wrote
My access db has a couple of users names that can view different kin
of data from the same table
his own data. How can I do that

You can use the currentuser() function to get the currently logged i
username. Provided you have a field in the table to identify who 'owns' it
you can set a criteria of CurrentUser(
 

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