Hi All,

I'm attempting to join 2 tables using the data bind wizard in the new dialog control. my tables are one to many, but I only want the child row that has a certain value. Ie how do you filter the rows on the child?


parent id 1234
child id 1234 type A
child id 1234 type B

I only want the child with type=A

cheers
Garth