Here is the SQL:
SELECT Contacts.LastName, Contacts.FirstName, Contacts.File_Number, Contacts.WorkPhone, Contacts.PRCode
FROM Contacts;
yes this query is the source for my combo box: When I hit the combo box drop down, I see the Last and First Name-- OUT OF ORDER :(