I was wondering if there was an easy way to loop through the alphabet so I could use it in an Access database I have.
We have stuff that is assigned a two char sequence, from AA to ZZ and 11 to 9Z. Sometimes, we remove stuff from the inventory (i.e. module GF maybe removed, thus freeing up that two letter sequence for us to use again)
What I'd like is a way to check for these 'hole's in the pattern. I was thinking of doing an SQL through VB, and looping it to check for each possible sequence's existance (ia. check for aa, then ab, then ac, etc.)
Is there an easy way to loop through a to z?
Or can you think of an easier way to check for what I want?
Thanks!
We have stuff that is assigned a two char sequence, from AA to ZZ and 11 to 9Z. Sometimes, we remove stuff from the inventory (i.e. module GF maybe removed, thus freeing up that two letter sequence for us to use again)
What I'd like is a way to check for these 'hole's in the pattern. I was thinking of doing an SQL through VB, and looping it to check for each possible sequence's existance (ia. check for aa, then ab, then ac, etc.)
Is there an easy way to loop through a to z?
Or can you think of an easier way to check for what I want?
Thanks!