wisey
IS-IT--Management
- Jul 5, 2000
- 14
I have inherited an old dbase 5 database. It's a database for filing photo negatives and so it generates alphanumeric numbers for the the start and end of the negatives and also an alphanumeric packet number. The format for the negatives is as follows eg:-
AV000-AV999
AW000-AW999
AX000-AX999
AY000-AY999
AZ000-AZ999
BA000-BA999
BB000-BB999
and so on.
I would like to import this data into access 2000 and have a VB module generate the next alpha number in the sequence looking at the last records end negative number as the source. This is becuase they key in the end number which might be any number of numbers after the start negative number you generate. This is hard to explain. eg.
we generate first neg number = AT123.
they would say they have 5 negs in this group so they
would key in the End neg number = AT128.
the next number we need to generate programmatically would be AT129. Please can someone help!!!!
AV000-AV999
AW000-AW999
AX000-AX999
AY000-AY999
AZ000-AZ999
BA000-BA999
BB000-BB999
and so on.
I would like to import this data into access 2000 and have a VB module generate the next alpha number in the sequence looking at the last records end negative number as the source. This is becuase they key in the end number which might be any number of numbers after the start negative number you generate. This is hard to explain. eg.
we generate first neg number = AT123.
they would say they have 5 negs in this group so they
would key in the End neg number = AT128.
the next number we need to generate programmatically would be AT129. Please can someone help!!!!