(PHPRunner 3.1)
In the list view of a master table, I want to select records by searching text from fields in detail tables. If I edit the SQL query to make joins, as per the help topic "Using JOIN SQL queries", this adds the fields OK, but my list page for the master table now has multiple entries for each record because the master - detail relationships are one to many. What's the best way to add fields to the search list without this side-effect?
(Its a complex table structure, and the add, edit, view pages are handled by code I've added into events)
Wonderful product, by the way!