Can someone please tell me why this is happening?
I have 2 combo boxes. [cboSearchField] and [cboSearchValue]. The values in [cboSearchField] are (ReqID, subject, requestor). These are fields in my table. After update of [cboSearchField], [cboSearchValue] returns the values for the field selected. My problem is: If I select "ReqID" the first time from [cboSearchField], I am able to select my value which is an integer, then if I select any of the other two fields (which are text fields) and try to search for my value, I get an error ... "the value you entered isn't valid for this field."
I don't know what the problem is. Now if I select any of the text fields the first time then [cboSearchValue] works fine. I get no errors.
Anybody have any ideas why this is happening? I suppose it has something to do with the datatype of the control [cboSearchValue]
I have 2 combo boxes. [cboSearchField] and [cboSearchValue]. The values in [cboSearchField] are (ReqID, subject, requestor). These are fields in my table. After update of [cboSearchField], [cboSearchValue] returns the values for the field selected. My problem is: If I select "ReqID" the first time from [cboSearchField], I am able to select my value which is an integer, then if I select any of the other two fields (which are text fields) and try to search for my value, I get an error ... "the value you entered isn't valid for this field."
I don't know what the problem is. Now if I select any of the text fields the first time then [cboSearchValue] works fine. I get no errors.
Anybody have any ideas why this is happening? I suppose it has something to do with the datatype of the control [cboSearchValue]