Dear All,

I am learning VBA macros, I need help with the following-

I have made a VBA form for inventory list, where in one Combo holds the list of Raw Materials. I need to populate value in another combo box which will show vendors. The second combo box will be dependent on the name of Raw Material in the first combo box. The idea is that one Raw Material can be purchased from multiple vendors. Please note that there is a Text Box involved that will reflect the price, which is dependent on the Raw Material and Vendor Name.

Request some guidance.