asp page inserting into an access database
i've a form field of 4 characters into which the customer inserts a number,
now a number could begin with a zero ... i've realised that if this is the case access "looses" the leading zero(s) when the number is inserted to the db,
eg 0034 is inserted as 34
i don't want to loose the digits, what should i do, my guess is make it a text field, but do i have an option? i'd like to keep it as a number if possible.