anita hamis Posted February 6, 2002 Posted February 6, 2002 Hi All, I have this file that has 5 users,i would like to be able to track which user has changed or modified a record as the file contains sensitive data. I created passwords based on the groups(5) I then had this set up in a script set field(user),status(current groups). The strange thing is in the user field..all the groups are displayed instead of just one group.(nb: each password is a member of just one group) Where have i gone wrong? anita
Steven H. Blackwell Posted February 6, 2002 Posted February 6, 2002 You probably did this with the master password. All master passwords are members of every group. Also, be sure that you have properly associated each group with its password in the Access Overview screen. HTH Old Advance Man
anita hamis Posted February 6, 2002 Author Posted February 6, 2002 I forgot to mention that i also tried going in with the users passwords but still the field "user" contained all the groups. I have also checked in the access previldges overview and each group seems to have its own password. anita
The Bridge Posted February 6, 2002 Posted February 6, 2002 anita, if you want to track the names of the last user who modified a record, you can set a text field to auto-enter the Modifier Name, which is the name of the user as entered in the application preferences. FYI, when working with Groups and calculations, instead of a structure like If(Status(CurrentGroups)="foobar", result1, result2), use something like If(PatternCount(Status(CurrentGroups), "foobar"), result1, result2)
anita hamis Posted February 7, 2002 Author Posted February 7, 2002 Thanks the calculations worked miracles! anita
ssfire Posted September 17, 2002 Posted September 17, 2002 Better yet, just auto-enter Status(CurrentUserName). It
Recommended Posts
This topic is 8101 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now