Craig Payne
2010-05-21 12:31:26 UTC
ok here's the info:
create a table called student. Each student has:
unique id number(enter a 3 digit number)(required field)
last name(cannot be blank)
first name(cannot be blank)
phone number(format 999-999-9999)
state(default NY)
sex(M,F,U)
So my question is how do I enter a 3 digit number under the unique ID number? The default it gives is a 1 digit number and everytime I try deleting it, i can't.(the numbers they give is 1 then 2 then 3,etc) It won't let me delete the number its given and therefore I am unable to give the ID number a 3 digit #. So is there a way to fix this?