Sort Control Source

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

Guest

How do I set the sort order of the control source in the design view? I have
two list boxes with identical control sources, but want them sorted
differently from high in one and low in the other. Thanks.
 
Kou:
You can change the row source of the list box to a query rather than
directly to a table. By doing that you can then identify which field(s) to
sort by.

-Robbie
 
Back
Top