Folks,
I have a MySQL table and grid in ScriptCase 8.1. The table has related fields such that records have a field in common. Their are a number of fields overall, but there are 2 fields (record_ID and related_record_ID) such that many records may have the same related_record ID. I want the user to be able to navigate the grid such that when he clicks on a record, the grid will display records that have the same related_recordID). He can do this repeatedly, drilling down through the table. I need the user to be able to use the other grid features such as the various searches and sorts of typical ScriptCase grids.
I would appreciate suggested approaches/ways to accomplish this.
Thank you.