I'm currently doing a project on a hotel booking system. I am using Microsoft Access to implement my system on.
I'm having trouble with the room number field. Its got to be a 2 digit number.
If I put the input mask as "00", Access takes away the beginning zero when I try and enter data... eg if I enter 01, it comes out as just 1.
I have tried putting the input mask as "\00", but this doesnt let me input a value such as 12, as the 0 at the front is then unchangable.
Is there any way of doing it so I can get the first 0 to appear, but also so I can have the 2 digit number as higher than 9 (i.e. 10 onwards).
Can anyone help me with this...?

I'm having trouble with the room number field. Its got to be a 2 digit number.
If I put the input mask as "00", Access takes away the beginning zero when I try and enter data... eg if I enter 01, it comes out as just 1.
I have tried putting the input mask as "\00", but this doesnt let me input a value such as 12, as the 0 at the front is then unchangable.
Is there any way of doing it so I can get the first 0 to appear, but also so I can have the 2 digit number as higher than 9 (i.e. 10 onwards).
Can anyone help me with this...?