I have a combo box that when you select an item in the drop down box, it brings up related data in the other three fields. My problem is when one of the fields is empty I am getting a zero length string error. What code do I need to write that will accept fields that are blank?
My second problem is when I tried to add a new "Customer Name" to the combo box, it says that the item is not in the list. I tried creating an update query but I am not sure that is right. The data is stored in my table. When you update a field does it store it in the table or query?
Any help is greatly appreciated.
My second problem is when I tried to add a new "Customer Name" to the combo box, it says that the item is not in the list. I tried creating an update query but I am not sure that is right. The data is stored in my table. When you update a field does it store it in the table or query?
Any help is greatly appreciated.