For example:
- the first request for the day would be "KEZ6313001AA" ...the 2nd would be "KEZ6313002AA" ...the 3rd "KEZ6313003AA"
- for the next day, it would be "KEZ6314001AA" ..."KEZ6314002AA" ...& so forth
- now the 'KEZ' is a constant string so it would always begin with "KEZ"; however, the rest is more complicated to concatenate.
- the next 3 numbers consist of the '6' from 2006 and the '313' is for the n-th day out of 365.
- the final alphanumeric number '001AA', '002AA' are the sequence numbers ('AA' will also stay the same); this number will reset to '001' each day.
I greatly would appreciate any assistance anyone could offer. Thank you!!!
v/r
aiikahn
- the first request for the day would be "KEZ6313001AA" ...the 2nd would be "KEZ6313002AA" ...the 3rd "KEZ6313003AA"
- for the next day, it would be "KEZ6314001AA" ..."KEZ6314002AA" ...& so forth
- now the 'KEZ' is a constant string so it would always begin with "KEZ"; however, the rest is more complicated to concatenate.
- the next 3 numbers consist of the '6' from 2006 and the '313' is for the n-th day out of 365.
- the final alphanumeric number '001AA', '002AA' are the sequence numbers ('AA' will also stay the same); this number will reset to '001' each day.
I greatly would appreciate any assistance anyone could offer. Thank you!!!
v/r
aiikahn