Sorting data in a dropdown list in a data access page

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

Guest

How do I set the sort order on a dropdown list in a data access page? I have already set the sort order in the query that provides the ListRowSource; but when I set the dropdown list as a group filter control, I lose my sort order...
 
You may have to create a query with the appropriate sort and then attach the
query to the dropdown list.

Tom said:
How do I set the sort order on a dropdown list in a data access page? I
have already set the sort order in the query that provides the
ListRowSource; but when I set the dropdown list as a group filter control, I
lose my sort order...
 
Back
Top