OK, the form is almost doing what I need it to do. The client names appear in the combobox in alphabetical order because the row source is based on a query of the table that sorts names in ascending order. One thing I would like is for the first alphabetical name to appear in the combobox BY DEFAULT along with its related details in the textboxes. Currently, when the form loads the combobox is blank by default and the details for the first indexed record in the table appear in the textboxes. How can I make the first alphabetical name and its details appear in the combobox and texboxes by default?

Thanks