Funkyaccess
Registered User.
- Local time
- Yesterday, 19:40
- Joined
- Oct 8, 2009
- Messages
- 69
Hi
I have a column in a table that is surpose to be a numeric value. Now in my form when a user types in an incorrect value eg. "abc" and leaves the field they get a very un-user friendly error message
"The value you entered isn't valid for this field.
For example, you may have entered text in a numeric field or a number that is larger than the FieldSize setting permits"
which has an ok button.
How do I stop this from happening and display my own message? I have written a vba validation function which run beforeupdate to check that the values are acceptable and I would like to check its a number as part of this function.
I have a column in a table that is surpose to be a numeric value. Now in my form when a user types in an incorrect value eg. "abc" and leaves the field they get a very un-user friendly error message
"The value you entered isn't valid for this field.
For example, you may have entered text in a numeric field or a number that is larger than the FieldSize setting permits"
which has an ok button.
How do I stop this from happening and display my own message? I have written a vba validation function which run beforeupdate to check that the values are acceptable and I would like to check its a number as part of this function.