I am new here and have little experience but I am trying to develop an order form for my employees.
I would like them to choose a category and within that category there would be many different items. when they choose the item it would auto populate a list with the material description and part number.
when done with ordering they then could send the list in PDF for ordering.
I would suggest you use two spinners to make selections. The selection from one spinner will control the data to the second.
The data you can store and recall from a SQL database.