P
PeterW
I have a database where we manage our job records, Each of our outlets has a
numbering system that starts with a letter and then a number eg A1234, B1234.
I would like to keep the jobs together in one table. Is there a way of
looping through the Job no field and choosing the last No of a series and
incrementing it. I know how to increment numerically but have never needed to
do this with a letter in the code. I presume there would be some way of
stripping off the 1st character, converting the data to number, incrementing
the number and then putting back the character. Does this sound the right way
to tackle this. It is an Access 2000 database. Grateful for any help
numbering system that starts with a letter and then a number eg A1234, B1234.
I would like to keep the jobs together in one table. Is there a way of
looping through the Job no field and choosing the last No of a series and
incrementing it. I know how to increment numerically but have never needed to
do this with a letter in the code. I presume there would be some way of
stripping off the 1st character, converting the data to number, incrementing
the number and then putting back the character. Does this sound the right way
to tackle this. It is an Access 2000 database. Grateful for any help