I'm a novice Accesser so bare with me.
It was brought to my attention (where I work) that a certain report, which is based off a query did not have the stock numbers sorted correctly.
Our Stock Number field is formatted as Text and sorted in ascending order in the query. The problem is caused when we have hyphens "-" in the stock number. It is not recognized. Here is an example:
1234
1235
1235-ASST
1235-B
1235-BK
1235KB
1235KG
1235-O
1235-PL
The Stock Numbers 1235KB & 1235KG should fall after the s/n's with the hyphen. I was shown that in ASCII, the hyphen comes before alphabetic characters. How can I do this in my query? Any help would be greatly appreciated!
Thanks in advance!!!
It was brought to my attention (where I work) that a certain report, which is based off a query did not have the stock numbers sorted correctly.
Our Stock Number field is formatted as Text and sorted in ascending order in the query. The problem is caused when we have hyphens "-" in the stock number. It is not recognized. Here is an example:
1234
1235
1235-ASST
1235-B
1235-BK
1235KB
1235KG
1235-O
1235-PL
The Stock Numbers 1235KB & 1235KG should fall after the s/n's with the hyphen. I was shown that in ASCII, the hyphen comes before alphabetic characters. How can I do this in my query? Any help would be greatly appreciated!
Thanks in advance!!!