listbx calendar dates in order

  • Thread starter Thread starter adriany
  • Start date Start date
A

adriany

trying to find way to list calendar date on my listbox
right way.

i want to list by previous first but i have listed at
9/1/04
9/10/04
9/11/04
..
..
..
..
9/2/04

any way to correct this problems
 
Change the Data Type of this field in your table to DateTime. You have it as
Text now. You then want to set the sort order of this field in the RowSource of
your listbox to Descending.
 
Back
Top