Hi Ray,
I've sent you an example, but the biggest issue you've got is mixing the concepts of "key", "sort order" and "range".
a) You don't select the key for the View to use - the View engine does that. So just forget the key for now.
b) when setting the default sort order, make sure you use the right field (in this case the Title) and most importantly make sure you set the CASE SENSITIVE switch correctly. By correctly, I mean that if you _have_ a key, that you think the View Engine can use, then you must make sure your sort order matches that key. If the key is Case Insensitive, then the field must be as well, and vice versa.
Cheers
Bruce