Originally Posted by Paul_Hossler Look at this line and insetad of MsgBox use .lbProduct.Value in your other places If Not IsNull(.lbProduct.Value) Then MsgBox .lbProduct.Value What would I do with cmb_Product? This is what the combobox was and a lot of code is associated with that? Just replace cmb_Product with tbsearch?
If Not IsNull(.lbProduct.Value) Then MsgBox .lbProduct.Value
Forum Rules