Bob476 Posted April 2, 2003 Share Posted April 2, 2003 Here's what I got: User database Product database In the User db, I have a product portal in the main layout, that pulls all products sold to that user. However, in the products db, I have Field XYZ which contains multiple values. I would like to create a second layout in the user database that only pulls portal records for which Field XYZ matches a particular field in User database. I'm guessing this involves setting up some additional or alternative relationship but I'm not sure what that relationship should be. Is it possible to define a relationship to match both the User ID *and* the second XYZ field and then use that relationship for the second portal? Link to comment Share on other sites More sharing options...
danjacoby Posted April 2, 2003 Share Posted April 2, 2003 Create a calc field in User that combines the User ID and the actual value in XYZ that you want to see (i.e. UserID & "Value 2"). Create a calc field in Products that combines User ID and XYZ (i.e. UserID & XYZ). Now create a relationship in User between these calc fields. You'll probably want to disallow creation of related records for this relationship if it's a view-only situation. Link to comment Share on other sites More sharing options...
Bob476 Posted April 2, 2003 Author Share Posted April 2, 2003 Cool, thanks! Link to comment Share on other sites More sharing options...
Recommended Posts
This topic is 7858 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