hassam36 Posted May 9, 2007 Posted May 9, 2007 Hello I have 3 tables that I want to display on a form. The tables are related parent -> child -> child where the parent table is behind the form and the child tables are two portals. If I select a certain record in a pop-up menu field from the child table (in portal), how can I get the corresponding value to display in the child portal field next to it?
1Adam12 Posted May 19, 2007 Posted May 19, 2007 if what i think you are trying to do is have the content in the right portal change with a selection in the left portal, it's easy. 1st, you need to change your join to the right portal. You need the join to be from a global field that exists in the parent table to the key field in the right portal. then, all you do is have a script that sets the global field to the key field value of whatever record is selected in the left portal and voila, the right portal changes.
Recommended Posts
This topic is 6358 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