January 4, 200718 yr hello! i have a "members" table and a "team" members. I want to make a layout for each team showing the members that are in that team. And if it is possible a button next to the name of the team member so the person can go to that team member layout. How can i do that?! it would be of a lot of help! thanks!
January 4, 200718 yr I am going to assume that you have it set up so that each team member uses a foreign key that dictates which Team they belong on. if you have your relationship setup properly, you can just use a portal to view the related records. Then you can have a button on each portal row that runs a script to bring you to that related record.
Create an account or sign in to comment