Sometimes I use the TDBLookupCombobox component to bring up a list of a dataset lookup field, this approach streamlines some things but is quite limited.
For example I have a list of stores in one TDBLookupCombobox and another a list of clients, however the clients should appear according to the chosen store, so is there a data ware type component that automates this?
I do this the traditional way using an inner join according to the chosen store and thus populating the second combobox, this being of type TComboBox.