Hi folks,
I've got this strange problem with Access 2000. I have an unbound ComboBox control that will be accepting an 8 character string. The row source is a query containing an 8 character text field. This field is really a series of numbers, some starting with zero (ie 01123400). This ComboBox also contains an InputMask: 99/-9999/-99.
Problem 1: If I type only part of the value (ie 011234) and tab out of the combobox, everything is fine. But, if I type the entire value (01123400), I get "The text you entered isn't an item in the list."
Problem 2: If I have previously selected a value in the combobox and I type a zero (the first character in many of the values), one of two things happen: either the very first value of the combobox is returned, or nothing at all happens. If I type any other number, the combobox works fine.
Any suggestions would be much appreciated.
JD
I've got this strange problem with Access 2000. I have an unbound ComboBox control that will be accepting an 8 character string. The row source is a query containing an 8 character text field. This field is really a series of numbers, some starting with zero (ie 01123400). This ComboBox also contains an InputMask: 99/-9999/-99.
Problem 1: If I type only part of the value (ie 011234) and tab out of the combobox, everything is fine. But, if I type the entire value (01123400), I get "The text you entered isn't an item in the list."
Problem 2: If I have previously selected a value in the combobox and I type a zero (the first character in many of the values), one of two things happen: either the very first value of the combobox is returned, or nothing at all happens. If I type any other number, the combobox works fine.
Any suggestions would be much appreciated.
JD