Is it possible to have 2 auto numbering features in a table? One would be the general primary key and the other would be whatever 5 digit sequential number I assign. So whenever a new entry is made the 5 digit sequential number would add 1 to the previous number? See example below.
PrimaryKey DocStampNum
1 01858
2 01859
3 01860
4 01861
Many thanks!