This may be ridiculous, but it seems to me there ought to be a way to do it...
I have an ADODB data table with hundreds of entries, it's not part of a dataset. I want to show a list of values from one column (city) in a conbo box so a user can select a city, and then I'll drop the records for that city into a DataViewGrid. But I can't seen to figure out how to bind the combo box to the data table without getting a line for every record in the table. There must be a way to do this, right?
CraigHartz
I have an ADODB data table with hundreds of entries, it's not part of a dataset. I want to show a list of values from one column (city) in a conbo box so a user can select a city, and then I'll drop the records for that city into a DataViewGrid. But I can't seen to figure out how to bind the combo box to the data table without getting a line for every record in the table. There must be a way to do this, right?
CraigHartz