P
Proko
Is it possible to format an auto number to follow the sequence
A0001,A0002,......A9999,B0000,B0001......B9999,C0000 etc
I am currently using the format \A0000 but foresee a problem after A9999
when access creates a sixth character by adding another digit and goes to
A10000, A10001...etc. I require there to be only 5 characters.
Or is there a better way?
Any help would be greatly appreciated.
A0001,A0002,......A9999,B0000,B0001......B9999,C0000 etc
I am currently using the format \A0000 but foresee a problem after A9999
when access creates a sixth character by adding another digit and goes to
A10000, A10001...etc. I require there to be only 5 characters.
Or is there a better way?
Any help would be greatly appreciated.