serzone Posted April 9, 2009 Posted April 9, 2009 I'm stumped. I have a MAIN table with only one record (all globals) from that table I have a relationship to an ITEMS table and from items to SUBITEMS. In a layout based on the MAIN table i built a portal that shows records from SUBITEMS. This portal only works, showing records, if I'm signed in with Full Access rights. I created a different account that is identical to the Full Access rights account and still won't work. Any ideas?
bcooney Posted April 9, 2009 Posted April 9, 2009 You mention access rights in your post title, but give us no info about what priv sets/rights you've set up in the file. If you're displaying all Subitems records in a portal on Main, why not have a cartesian join between Main and Subitems; that is, why go thru Items.
serzone Posted April 9, 2009 Author Posted April 9, 2009 Because it's a filtered portal, I only need to see certain items and thus only certain subitems. I know i mentioned the access right and that is because I'm looking at that layout and when I'm logged in with full access i see the records, then i run a relogin script and i see the records in the portal disappearing. I'll try to post a demo file shortly.
comment Posted April 9, 2009 Posted April 9, 2009 Records that users are not allowed to view are automatically filtered out of the related set (as they would be left out when performing a find in the related table itself).
Recommended Posts
This topic is 6054 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