It is not possible to put a input mask on an numeric field. Are there other possibilities to do this witch fields how are linked to a numeric field in a table.
Sorry about that you could put <>0 in the validation rule field of the table this will only allow a value that is greater than 0 to be entered and returns an error message if you enter text
[This message has been edited by Geoff Codd (edited 04-03-2002).]
Thank you, but I tried this already and it works good, but what I want is that the field not allowed to type letters in this numeric field just like a input mask does in a text field, Can someone help me ?
Your user won't be able to finish the field anyway if they try to type letters into a numeric field. Trap the error message and make your own custom "hey stupid" message if you like.