Have a primary key as a 10 digit number. Have the format as "0000000000" however I would like to make sure that if someone puts a key in that they didnt mistype it. So it should always be a 10 digit number. I have used Like "##########" however this fails on numbers such as 0012345678 because of the 0's in front. Any ideas on how I can get around this? Ive also tried Or statements with "0#########" etc...









Bookmarks