R
rishimittal
Guest
hi i am new to access but i am trying my hands on it...
i have a problem:
i want to put some validation rule(constraints) on a field in the table such that user can only able to enter only 10 digit number and even if that number starts form "0" then it shows the starting zeros without concatenation.
for ex if user put 0681482803 then it should not convert back to 681482803
also one more thing i want to ask what is the best Field size for 10 digit number.. as long integer doesn't fulfill the requirement and double is very large
i have a problem:
i want to put some validation rule(constraints) on a field in the table such that user can only able to enter only 10 digit number and even if that number starts form "0" then it shows the starting zeros without concatenation.
for ex if user put 0681482803 then it should not convert back to 681482803
also one more thing i want to ask what is the best Field size for 10 digit number.. as long integer doesn't fulfill the requirement and double is very large
Last edited: