Sorting records in table linked to combo box

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

First, I am new to Access. The problem I am having is that I am trying to
sort the records, A-Z, in a pull down menu.

I created a form. One of the boxes is a combo box. Here, the data user
should select the file format from the drop down list. The data within the
list comes from an existing table. The file formats, when listed in the drop
down menu, appear in the order they were entered in the table. There is no
sense to them, i.e. ".shp, .jpg, .avl". I would rather sort the file formats,
i.e. ".avl, .jpg, .shp". How can I sort my records in the form view?
 
Back
Top