I have a combo box based on a query where I want the user to see two fields:
1. Department field - sorted ascending
2. Business process field - sorted ascending within the department field.
However, I do not want the department field to populate, only the business process. If I reverse the columns in the query, then it populates the business process, but the sorting is not as I want.
Any suggestions are appreciated.