A
Andy
Hi,
I faced a problem when i tried to index my primary key.
This is the description of my primary key
ORDER 9 DIGIT TRANSACTION NUMBER; FIRST TWO DIGIT INDICATING MONTH OF
ORDER; NEXT TWO DIGIT INDICATING YEAR OF ORDER
So when i tried to index it, the counting starts from the front
010600001
010600002
the problem comes when when it started to sort from the month
010600010
010700585
instead of 020600011 as i want it to be.
This there anyway to make the indexing based from teh back 4 digits?
Thanks
I faced a problem when i tried to index my primary key.
This is the description of my primary key
ORDER 9 DIGIT TRANSACTION NUMBER; FIRST TWO DIGIT INDICATING MONTH OF
ORDER; NEXT TWO DIGIT INDICATING YEAR OF ORDER
So when i tried to index it, the counting starts from the front
010600001
010600002
the problem comes when when it started to sort from the month
010600010
010700585
instead of 020600011 as i want it to be.
This there anyway to make the indexing based from teh back 4 digits?
Thanks