To generate Reference id for each record in format(First Letter,5 next digits)
Hi guys
I want to generate ref id for each record when they get inserted through access form.The ref id should start from A00001 to A99999,and then from B00001 to....And when it reaches at Z99999 then the counter again starts with A00001.
Eg starting with the premise that ref number starts at A00000, then the IF is if the number is greater than 99,999 then A becomes B and the counter resets to 00000.
Is it possible to generate ref id for each record in this format? Could anyone please figure it out?
Regards
AMan
Hi guys
I want to generate ref id for each record when they get inserted through access form.The ref id should start from A00001 to A99999,and then from B00001 to....And when it reaches at Z99999 then the counter again starts with A00001.
Eg starting with the premise that ref number starts at A00000, then the IF is if the number is greater than 99,999 then A becomes B and the counter resets to 00000.
Is it possible to generate ref id for each record in this format? Could anyone please figure it out?
Regards
AMan
Last edited: