A
A C
Hello
I am new to this area, thanks to all the people who have offered advice so
far!
The question is:
What is the way to do row level security.
By that I mean I have x users who are all adding data to the same table. I
want them to be able to view/edit/delete their records but not be able to
view/edit/delete anyone elses.
Currently I was planning to make them log in, and then filter based on their
login name the records in the table so they can only see their records. I
am forcing them to use my form for adding and editing (by making them modal,
is there ways they can get around this???), and they will not be allowed to
open the table directly because they wont be able to select the database
object selector as my forms are modal (correct?)
BUT, is there an easier way whereby the users can "own" their records and
Access only display records they own?
I guess that if they can access the database some other way and get around
my forms then I am stuffed, but lets ignore that for now... And if not
ignoring it, how do I stop it? As they know the pw to login, how can I
prevent them from getting all records by connecting some other way (eg
linking to the table from another dbase) given i have to give them
permission on the table as they need to add and edit the records?
Thanks
Andrew
I am new to this area, thanks to all the people who have offered advice so
far!
The question is:
What is the way to do row level security.
By that I mean I have x users who are all adding data to the same table. I
want them to be able to view/edit/delete their records but not be able to
view/edit/delete anyone elses.
Currently I was planning to make them log in, and then filter based on their
login name the records in the table so they can only see their records. I
am forcing them to use my form for adding and editing (by making them modal,
is there ways they can get around this???), and they will not be allowed to
open the table directly because they wont be able to select the database
object selector as my forms are modal (correct?)
BUT, is there an easier way whereby the users can "own" their records and
Access only display records they own?
I guess that if they can access the database some other way and get around
my forms then I am stuffed, but lets ignore that for now... And if not
ignoring it, how do I stop it? As they know the pw to login, how can I
prevent them from getting all records by connecting some other way (eg
linking to the table from another dbase) given i have to give them
permission on the table as they need to add and edit the records?
Thanks
Andrew