I have an Access form that shows data from a table called "Contacts". This table has a list of contacts and their information. On the form, I added a "List Box" showing Lastname and Firstname from the contacts table. I added this to allow me to find various contacts in the table by selecting their name. However, the list is not sorting properly. I would like the records in the list box to sort alpha order by "LastName". How should I do this? Currently it's sorting by the ContactID field. I am using Access 03. Thanks in advance for any help.