What Edition of CB do you have (Archive, Pro, Express)?
The Archive Edition (and Pro, I am fairly sure) have the Advanced Find option, Express doesn't (I think).
(see attached)
Bring up a Find window (one way is to click on the magnifying icon).
Click the Find Drop-Down box and select Advanced Find. (if you don't see it then it is not available in your Edition).
Paste you Query in the 'Items Where...' box.
You can used this the the 'Order By' box to sort the issues like CB would:
ComicTitles.AlphabetizedTitle, I.ItemType, I.IssueNum, I.Variation, I.Printing
PS You are using ItemNumber which is okay since Anl is the first part.
But ItemNumber is a composite field made up of the 4 values 'ItemType, IssueNum, Variation and Printing.
It would be better to use 'I.ItemType' = 'Anl' as you extend this concept if you want to find particular Variations with I.Variation <> 'NS (if you wanted to excluded Newsstand Issues (with <> being Not Equal'. If you tried that with ItemNumber you would need to use Like.