Karl Dickhaus Posted September 5, 2013 Posted September 5, 2013 I am trying to create a filtered value list based on a property from a related table. The first table is Products. The second table is Customers. I want a value list on the customers layout that shows only the products associated with that customer's SIC Code. There is a field in the customers table that lists their SIC code. For purposes of this solution, there is only one SIC code per customer. I want a value list that will show only the products from the products table that have the same SIC code as the one shown on the customer's layout. I won't bore you with the 200 approaches I have taken - I'm sure I am missing something basic, I have just been looking at the problem too long and am stuck.
eos Posted September 5, 2013 Posted September 5, 2013 Unless I am missing something, the method is quite simple: you create a new TO for Products, use it to create a relationship from Customers by SIC code, then create a conditional value list, using one or two fields from the new Products TO and starting from the Customers TO. If you want to see an overview of the products associated with a customer, a portal might be better suited.
Karl Dickhaus Posted September 5, 2013 Author Posted September 5, 2013 I said it was something basic I was missing. I had made it too difficult, interposing an unnecessary TO, I can't figure out from my notes why. Thank you for helping me past stuck.
Recommended Posts
This topic is 4458 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