I have a form where the user selects a Customer from a combo box, then the user selects a Product from another combo box. The rowsource in the Product Combo Box set to SELECT tblProduct.ProductID, tblProduct.Description FROM tblProduct WHERE (((tblProduct.CustomerID)=forms!frmtransactions!customerid));
The Product Combo Box selects the correct products according to the customer, but I cant select any of the choices. I can pull down and read the whole list of products, I just cant click on any of them.
tia
-Ryan
The Product Combo Box selects the correct products according to the customer, but I cant select any of the choices. I can pull down and read the whole list of products, I just cant click on any of them.
tia
-Ryan