D
Diane Yocom
I'm looking for ideas on how to populate two different combo boxes with one
datasource that is sorted in two different ways. The combo boxes will use
the same field for the value field, but display different fields. I'd like
the combo boxes to sort on their display field.
Requerying the database to create a second datasource is not an option.
I've tried cloning the datatable so I can sort the defaultview two different
ways, but datatable.clone is only a shallow clone, so I don't get the rows.
Any other suggestions?
Diane Y.
datasource that is sorted in two different ways. The combo boxes will use
the same field for the value field, but display different fields. I'd like
the combo boxes to sort on their display field.
Requerying the database to create a second datasource is not an option.
I've tried cloning the datatable so I can sort the defaultview two different
ways, but datatable.clone is only a shallow clone, so I don't get the rows.
Any other suggestions?
Diane Y.