G
Guest
In my database's Main table I have a field that is alpha-numeric (i.e.
CB-01-1101-09-07) The number is NOT assigned to every row, only a select
number of rows have this number assigned to them, but the numbers are
different for each one assigned.
the first letters "CB" always remain the same.
the second set of numbers "01" will always be a number between 01-09, this
represents a region designation.
the third set "1101" is the actual "Number" assigned to the row and will
increase by 1 for each new number assigned.
the fourth and fifth numbers represent the Month and year respectively "09-07"
My question is... I would like to create a query (if possible) to sort this
column only by the second set of numbers "1101" so that I can see if any
numbers are out of order and need to be fixed. I've attempted several
different queries but I'm not versed well enough (yet) in access.
CB-01-1101-09-07) The number is NOT assigned to every row, only a select
number of rows have this number assigned to them, but the numbers are
different for each one assigned.
the first letters "CB" always remain the same.
the second set of numbers "01" will always be a number between 01-09, this
represents a region designation.
the third set "1101" is the actual "Number" assigned to the row and will
increase by 1 for each new number assigned.
the fourth and fifth numbers represent the Month and year respectively "09-07"
My question is... I would like to create a query (if possible) to sort this
column only by the second set of numbers "1101" so that I can see if any
numbers are out of order and need to be fixed. I've attempted several
different queries but I'm not versed well enough (yet) in access.