I have a keys database: what keys have been assigned to a person or location. so i need a list of these people (scott, bob, smith) or locations (key box 1, key box 2, binder 1). How can I put the list so that locations are first and people are 2nd (in alphabetical order) like this:
Binder 1
Keybox 1
Keybox 2
Bob
Scott
Smith
Thanks in advance.