Mike Owen Posted December 24, 2007 Posted December 24, 2007 (edited) This is probably simple for old hands, but the problem is this - 1 table with 3 fields: Member (repeating text field), Department (text field), and Item (calculation). Item = if ( Member ≠ ""; Member ; Department ). Each Department includes multiple members. (separate records) Each Member belongs to a variety of departments. I want ONE portal to show: Members if Item = Department (taking values from a relationship) and ... Departments if Item = member (taking values from the CURRENT record) I have no trouble making Members show in the portal when Item = Department with a self-join relationship ... but can't figure out how ALSO to make the Departments show in the portal when Item = Member (WITHOUT entering the names of every Member to each Department record )! In other words, I want the portal to show related records when Item = Department, BUT to show values from the SAME record when Item = Member) Any clues welcome. Edited December 24, 2007 by Guest
Recommended Posts
This topic is 6180 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