Hi Everyone,
Is it possible to create groups in a listbox so that when a user select the group(s) and clicks on a button to enter a value it will generate the value to all of the items in those group(s)?
What's the best approach in order to accomplish this?
Lets say it's relating to orders for food:
Chips.............. Cookies.............. IceCream
Jalapeno............ Mint................... Chocolate
Cheddar......... Chocolate Chips......... Vanilla
Oatmea..........................................l Suprise
So if I select "Chips and Cookies" and enter the text value (10) it will autopopulate a list with all items relating to those two groups in a table (tblOrder) with the value 10 on each one?
Is it possible to create groups in a listbox so that when a user select the group(s) and clicks on a button to enter a value it will generate the value to all of the items in those group(s)?
What's the best approach in order to accomplish this?
Lets say it's relating to orders for food:
Chips.............. Cookies.............. IceCream
Jalapeno............ Mint................... Chocolate
Cheddar......... Chocolate Chips......... Vanilla
Oatmea..........................................l Suprise
So if I select "Chips and Cookies" and enter the text value (10) it will autopopulate a list with all items relating to those two groups in a table (tblOrder) with the value 10 on each one?
Last edited: