I'm sure this is an easy question but I cant seem to figure it out. I have to input some numbers into access but all start with a 0. How can I stop access from dropping this leading 0?
You would have to change the data type of the field to text. No numeric data type will hold a leading zero (though you could format it to display them in forms and reports).