> George Shepherd's Windows Forms FAQ contains an entry entitled:
>
[quoted text clipped - 6 lines]
> Clay Burch
> Syncfusion, Inc.
Read the article and it helps, but my overall problem is coding the
filter to open form. In VBA I simply opened form on record that
matched the ID field in event handler, such as:
docmd.OpenForm "formname", , , "ID= " & me.datasheet.column(0)
Have been unable to code this operation in C#. These are 2 seperate
child forms with the same parent form using different datasets. Have
thought about joining datasets or modifing existing to create a link,
but creates additional overhead when opening forms. Filtering of some
sort should do this.