Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Sorting within Filter by Form

Status
Not open for further replies.

Jutrased

Programmer
Oct 29, 2001
17
0
0
US
When using the Filter by Form a dropdown is created containing all the values for a particular field. In my case it is a text box field formatted for date. The dropdown list is sorted oldest to newest.

I know how to change the sort order of dropdown list on the actual form, but is there any way to change the order of the list on the Filter by Form? Instead of oldest to newest I would like newest to oldest.
 
I'm not positive off hand, but have you thought about creating your own custom control for the filter yourself? Then you can use VBA code and set the filter however you prefer.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top