Hi
I am trying to create an auto-sequential order number
Example:
AB000112 - AB is standard prefix, ''0001'' is the first invoice number, ''12'' is the year 2012.
so the next order number should read AB000212 and the next AB000312
Out of this, I have to issue several debit notes relating to the same order number when the payments are due from customers over a period of time, this will be
001AB000112
002AB000112
003AB000112
Is there a way to do it without using any programming language or VBA?
I do not know either of this
Can such numbers be the primary key?
Thanks
feeling very clueless after trying many times but nothing works. :banghead:
I am trying to create an auto-sequential order number
Example:
AB000112 - AB is standard prefix, ''0001'' is the first invoice number, ''12'' is the year 2012.
so the next order number should read AB000212 and the next AB000312
Out of this, I have to issue several debit notes relating to the same order number when the payments are due from customers over a period of time, this will be
001AB000112
002AB000112
003AB000112
Is there a way to do it without using any programming language or VBA?
I do not know either of this
Can such numbers be the primary key?
Thanks
feeling very clueless after trying many times but nothing works. :banghead: