J
Jeremy Dillinger
I have a program setup to pull data from a database. My database table has
things such as (category, Item, price, etc.) In my program I want to have
multiple list boxes that will have a pull down list of different categories.
The category is stored as a number and the item is stored as a string. Also
once the item is picked from the list I would also like to extract the price
corresponding to the chosen item.
This program will be to custom build a computer. So for example. I want one
combo box to have a list of Motherboards(category 3) to choose from and then
once the board is chosen show the price of it next to it. Then below that I
want another combobox that will have a list of Processors(category 4) and
then show the price of that. I would like it to show this for all the
categories out of the database.
How would I go about doing something like
this. Thanks for your help!
things such as (category, Item, price, etc.) In my program I want to have
multiple list boxes that will have a pull down list of different categories.
The category is stored as a number and the item is stored as a string. Also
once the item is picked from the list I would also like to extract the price
corresponding to the chosen item.
This program will be to custom build a computer. So for example. I want one
combo box to have a list of Motherboards(category 3) to choose from and then
once the board is chosen show the price of it next to it. Then below that I
want another combobox that will have a list of Processors(category 4) and
then show the price of that. I would like it to show this for all the
categories out of the database.
How would I go about doing something like
this. Thanks for your help!