All,
I have a DB grid control and I need to be able to link it to two separate combo boxes. I have managed to get one linked, but I cannot link multiple combos to the same grid. To help clarify the problem somewhat, here is an example of what it does:
The application is a car sales database. The first combo box contains models that extras are to be displayed for and the second contains the category of extras for that model.
For example:
Combo 1 : Ford Fiesta Finesse
Combo 2 : Internal Extras
When both combos are selected I need to be able to display the extras for that particular make of car and Internal Extras, so the data grid should display things such as ait conditioning, furry dice etc.
If I connect the data grid to either of the combo boxes then it works fine. I just need to know a way of connecting it to both of them!
Thanks
Andrew
I have a DB grid control and I need to be able to link it to two separate combo boxes. I have managed to get one linked, but I cannot link multiple combos to the same grid. To help clarify the problem somewhat, here is an example of what it does:
The application is a car sales database. The first combo box contains models that extras are to be displayed for and the second contains the category of extras for that model.
For example:
Combo 1 : Ford Fiesta Finesse
Combo 2 : Internal Extras
When both combos are selected I need to be able to display the extras for that particular make of car and Internal Extras, so the data grid should display things such as ait conditioning, furry dice etc.
If I connect the data grid to either of the combo boxes then it works fine. I just need to know a way of connecting it to both of them!
Thanks
Andrew