Numeric validation in a table

wildexodus

Registered User.
Local time
Today, 13:50
Joined
Feb 6, 2003
Messages
74
Is there anything similar to:

IsNumeric([CustomerSurname])=False

But instead i want it to prevent text being entered instead of numbers. This is to go in the validation rule of the field properties for one of the fields in my table.:D
 
Why not just use an input mask?
 

Users who are viewing this thread

Back
Top Bottom