alphabetize my drop down list in my forms

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

Guest

My drop down list in my forms is in alpha order but when I added new names to
the table and sort ordered them, they do not sort order in the corresponding
form. They show up on the bottom of the list.
 
My drop down list in my forms is in alpha order but when I added new names to
the table and sort ordered them, they do not sort order in the corresponding
form. They show up on the bottom of the list.

Base the Combo Box on a Query sorting the records alphabetically - not
directly on the table.

John W. Vinson[MVP]
 
Back
Top