When I type a validation expression in a combo box that says that the value typed in must be between the values of two list boxes on the the same form, the validation doesn't work when there are large values in the list boxes.
If the values in the list boxes are 10 and 25 the combo box will not accepted values less than 10 or greater than 25. But if the values are 600 and 2000, the combo box only takes numbers that are OUTSIDE the range, opposite of what it should be.
Any ideas on why this is happening? Thanks.
If the values in the list boxes are 10 and 25 the combo box will not accepted values less than 10 or greater than 25. But if the values are 600 and 2000, the combo box only takes numbers that are OUTSIDE the range, opposite of what it should be.
Any ideas on why this is happening? Thanks.