BabyPowder2u
Programmer
I am recording a sequence number in the format of YYAA#### where YY is the last 2 digits of the year, AA is 2 alpha characters (which will always be the same) and #### is the sequence number.
I need to be able to do a lookup (or query) that will return the last sequence number for a given year. So if it is Dec 05 and the record is applicable to year 2005 it would give me the max value 05AA####, if it is applicable to year 2006 I would get the max value 06AA####.
Any help with this would be appreciated.
T
I need to be able to do a lookup (or query) that will return the last sequence number for a given year. So if it is Dec 05 and the record is applicable to year 2005 it would give me the max value 05AA####, if it is applicable to year 2006 I would get the max value 06AA####.
Any help with this would be appreciated.
T