I am in the process of creating a register database.
Have three comboboxes
1) Products Category
2) Products
3) Packing
1. Select the category from the first combobox,
If the category is not available update the category table by enterting the category in the combobox
2. Based on the selection of the category combobox the products will be displayed in the products combobox.
Again if the product is not available update the products table
3. Based on the products combobox the packing will be displayed in the third combobox.
I was able to get the data in the second combobox based on the selection in the first combobox. But not going to the third one. Also to add a new item if not available.
Please guide me through.

1) Products Category
2) Products
3) Packing
1. Select the category from the first combobox,
If the category is not available update the category table by enterting the category in the combobox
2. Based on the selection of the category combobox the products will be displayed in the products combobox.
Again if the product is not available update the products table
3. Based on the products combobox the packing will be displayed in the third combobox.
I was able to get the data in the second combobox based on the selection in the first combobox. But not going to the third one. Also to add a new item if not available.
Please guide me through.