Two ways:
1) You can make it a text field, and whatever you type will be stored.
2) You can ignore the fact that all the leading zeroes disappear and, when actually needed, format the field like so: Format([YourField], "00000")
Personally, I'd go with option 2.