View Full Version : Numeric Values


loki
10-29-2001, 10:05 AM
I have a text box on my form that is bound to a column in a table that is a number data type. How can I ensure that the user is only allowed to enter a numeric value on the form.

Thanks for any advice!

Pat Hartman
10-29-2001, 12:12 PM
You can use the IsNumeric() function in the field's BeforeUpdate event to test the entered value before moving on.