Hi hope someone can help,
I have got a number input from a form that should match the number of a printed stationary, these numbers can have preceding zero digits and I cant stop access from removing these preceding digits when it stores the value in the database.
Is there an easy way to stop access from modifying the value or am I going to have to take as a string and do some work to use the value in calculations?
is there a way to set a value mask that will allow preceding zero's in a number?
I have got a number input from a form that should match the number of a printed stationary, these numbers can have preceding zero digits and I cant stop access from removing these preceding digits when it stores the value in the database.
Is there an easy way to stop access from modifying the value or am I going to have to take as a string and do some work to use the value in calculations?
is there a way to set a value mask that will allow preceding zero's in a number?