J
|
jaffleck author 2/16/2016 |
Maybe I need to word this differently..... What's the recommended approach for, in a master-detail relationship, searching for master records based on data in the detail records? The SQL is easy, but how can this be accomplished in the GUI? |
J
|
jaffleck author 2/22/2016 |
I figured out how to do this. I needed to concatenate the detail data into one column when retrieving the master records. Then you can add the detail data to the search panel and search using "contains". What's the recommended approach for, in a master-detail relationship, searching for master records based on data in the detail records? The SQL is easy, but how can this be accomplished in the GUI? |