Combo Box Data:
LastName,FirstName,RecordKey
LastName,AlternateFirstName,RecordKey
CompanyName," ",RecordKey
The record key points to the entire record of 30+ fields.
I currently have a maketable query, two append queries and a sort query.
Is there a better way to accomplish this? In Cobol, I would use one program with a Sort-In procedure and a passed dataset output.

TIA