£
£ukasz Margielewski
I have two datatables: A wiht column: ID_A, NAME_A and datatable B with
columns: ID_B, NAME_B. Thiese tables binding third datatable C with columns:
ID_A, ID_B - standard many-many relation ;-)
And I have also combobox, which display displaymemebers from A datatable.
What the simplest way is to program combobox, to display only thiese rows
from datatable A which are combined with ID_B in the C table?
(As you guess, ID_B is a filter's parameter to filter rows displayed in
combobox)
columns: ID_B, NAME_B. Thiese tables binding third datatable C with columns:
ID_A, ID_B - standard many-many relation ;-)
And I have also combobox, which display displaymemebers from A datatable.
What the simplest way is to program combobox, to display only thiese rows
from datatable A which are combined with ID_B in the C table?
(As you guess, ID_B is a filter's parameter to filter rows displayed in
combobox)