How do I format an auto number to display in 4 digits. I want it to start at 0001 and go up from there.
In Queries, Forms and Reports, use:
Format([AutoNumField], "0000")
--
Cheryl Fischer
Law/Sys Associates
Houston, TX
> How do I format an auto number to display in 4 digits. I want it to start at 0001 and go up from there.