Subject Re: [IBO] Master - Detail with TIBOQuery
Author Marcel G�ttler
Thanks
> In the master TIBOQuery: SELECT CODE, NAME FROM MASTER_TABLE
> In the detail: SELECT A, B, C FROM DETAIL_TABLE WHERE MASTER_CODE = :CODE
>
> Add a DataSource and set the DataSet To the Master TIBOQuery
> In the detail Query, Set the Datasource to the one you just created.

It works! Thanks a lot.

Marcel