Hi,
I have some tables with master-details relationships. I have noticed that it is not possible to search a details table without first going to its master table.
For example:
I have a table called "quiznames" (Master) and a table called "quiz" (Details). If I go directly to the quiz table from the main menu, it is not searchable and returns no results. If I go to the quiznames table first and then to the quiz table, it returns results but only those that are linked to the specific quizname I selected in the master quizname table. Is there any way to allow searching of details tables independently of master tables? Thanks,
I'm using PHPRunner 8.0 Enterprise by the way.
Brett