Kball1 Posted April 15, 2007 Posted April 15, 2007 I have created an application where I restrict the records that the user can view / edit / report on based on security / privileges that use the users account name. This part works, but when I direct the user to the proper layout all the records are there with the ones they are not allowed to see indicating . I am trying to make it so all they see are their records and not the no access. I have been thinking if I can do a FIND based on user account then I should be able to get rid of the unwanted records. The field where I am capturing the account name is called - "Created_By". Any help would be greatly appreciated. Thanks
CarlosB Posted April 16, 2007 Posted April 16, 2007 You can make a script to perform find YourTable::Created_By[*], and in File>File Options put to perform that script "When opening this file". This will only show the cuurent users records. Carlos B.
Recommended Posts
This topic is 6431 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