I have a textbox on my form bound to a db field, N4. However, when I go into the box, I can type *any* amount into it, and having left, it gets turned into extended numbers (1e+14) or worse, *****'s.
I always assumed that if a textbox is bound to a field of a certain length, that's how long the contents of the field can be. Does this still apply to numbers?
Do I have to VALIDate the data, making sure it's not greater than 9999?
I always assumed that if a textbox is bound to a field of a certain length, that's how long the contents of the field can be. Does this still apply to numbers?
Do I have to VALIDate the data, making sure it's not greater than 9999?