Using Access 2000
Have a combo box on form. Underlying data is table of numeric data.
"Limit to list" set to: NO (want the user to be able to key a value not in the list).
"validation rule" set as: >=0 And <=100
"validation text" set as: "You must select or enter a numeric value in this field."
The validation rule works fine, if data other than a number betwee 0 and 100, access displays an error message.
the problem is, access does not display my validation text message, rather, it displays a generic, nonsensical (to a user) message about "type mismatch" etc.
When I read the "help" info for Validation / rule / text, it says that if the validation text is present, it will display in lieu of the generic access message. it does not do this.
has anyone had this problem and found a solution ?
thanks
Paul
Have a combo box on form. Underlying data is table of numeric data.
"Limit to list" set to: NO (want the user to be able to key a value not in the list).
"validation rule" set as: >=0 And <=100
"validation text" set as: "You must select or enter a numeric value in this field."
The validation rule works fine, if data other than a number betwee 0 and 100, access displays an error message.
the problem is, access does not display my validation text message, rather, it displays a generic, nonsensical (to a user) message about "type mismatch" etc.
When I read the "help" info for Validation / rule / text, it says that if the validation text is present, it will display in lieu of the generic access message. it does not do this.
has anyone had this problem and found a solution ?
thanks
Paul