Hello,
I have an autonumber i would like to store as a 4 character number
For example
Autonumber [ID] 1 make it 0001
I tried changing the format to "0000" but when i do that and then try to use the Autonumber column i lose all my 000
for example if i want to add 084567 to that id i would use
084567 & [ID] and my desired outcome would be 0845670001
but i get 0845671..
How can i get it to store as a 4 character number? ex. 0001?
I have an autonumber i would like to store as a 4 character number
For example
Autonumber [ID] 1 make it 0001
I tried changing the format to "0000" but when i do that and then try to use the Autonumber column i lose all my 000
for example if i want to add 084567 to that id i would use
084567 & [ID] and my desired outcome would be 0845670001
but i get 0845671..
How can i get it to store as a 4 character number? ex. 0001?