Spartanhockey
New Member
- Joined
- May 6, 2011
- Messages
- 1
I have a list of graduation dates that are scattered. For example:
SS67
SS78
US99
FS01
FS11
SS77
US69
I want them to sort by the numeric portion first. So I want it to look like this
SS67
US69
SS77
SS78
US99
FS01
FS11
I have the data in access. Is there anyway I can create a query that will let me find all dates that are: US67< X < FS01
SS67
SS78
US99
FS01
FS11
SS77
US69
I want them to sort by the numeric portion first. So I want it to look like this
SS67
US69
SS77
SS78
US99
FS01
FS11
I have the data in access. Is there anyway I can create a query that will let me find all dates that are: US67< X < FS01