February 4, 200520 yr I have database where each record is a client. I want to display all the clients in a list within a portal on a browse layout. Is this possible, and how would i set up the relation to work?
February 4, 200520 yr Create a self-relationship from serial to serial, using the X operator. This relates each record to all others. Use a portal based on this relationship to see all records in the table.
Create an account or sign in to comment