So in access I essentially have one base table. The template would look similiar to this:
name sales date
steve 200 1/1/2011
bob 100 1/2/2011
and so forth. Now, i want bob to only have the ability to edit his own data. That is to say, he cant accidentally edit jane nor steve's data, nor can he accidentally write there name when he fills something out. How can I go about doing this? I have been reading up on account security and still haven't quite grasped how i can fully control everything into the detail I want.
I've created user and group accounts for the file i am working on thinking I can then have each account do a specific task. The problems that still exist:
1) when i created the user accounts I did not realize that this user account would work for all access files rather than exclusively the particular file i was working on.
2) making the users abilities more specific. Yea i want some users to only be able to update/insert data, but how can i get them to only do it for data that follows a certain object type?
3) this one is a bit embarrassing, but how do I log in with my windows user ID? ive tried passwords but its been failing. luckily, i have an admin ID that i created and log in with that information and password and can still do everything, however I want to be able to do that with the standard user ID.
What I've tried but failed:
I was reading about the security wizard and thought I set everything up. (accounts and all). It would create the .bak file and what not. however after closing the file it would always say i do not have permission to enter it. It never prompted me to sign in to even try so I was wondering how I would be able to accomplish this (assuming it is necessary towards my overall goal described above).
Any help is much appreciated!
name sales date
bob 100 1/1/2011
jane 200 1/1/2011
steve 200 1/1/2011
bob 100 1/2/2011
and so forth. Now, i want bob to only have the ability to edit his own data. That is to say, he cant accidentally edit jane nor steve's data, nor can he accidentally write there name when he fills something out. How can I go about doing this? I have been reading up on account security and still haven't quite grasped how i can fully control everything into the detail I want.
I've created user and group accounts for the file i am working on thinking I can then have each account do a specific task. The problems that still exist:
1) when i created the user accounts I did not realize that this user account would work for all access files rather than exclusively the particular file i was working on.
2) making the users abilities more specific. Yea i want some users to only be able to update/insert data, but how can i get them to only do it for data that follows a certain object type?
3) this one is a bit embarrassing, but how do I log in with my windows user ID? ive tried passwords but its been failing. luckily, i have an admin ID that i created and log in with that information and password and can still do everything, however I want to be able to do that with the standard user ID.
What I've tried but failed:
I was reading about the security wizard and thought I set everything up. (accounts and all). It would create the .bak file and what not. however after closing the file it would always say i do not have permission to enter it. It never prompted me to sign in to even try so I was wondering how I would be able to accomplish this (assuming it is necessary towards my overall goal described above).
Any help is much appreciated!