M mcjanes Aug 11, 2006 #1 Probably a stupid question, but how can I sort a listbox in a form in DEscending order?
F fredg Aug 11, 2006 #2 Probably a stupid question, but how can I sort a listbox in a form in DEscending order? Click to expand... What is the List box Rowsource? Make it a query. Sort the query on the field you wish in Descending order.
Probably a stupid question, but how can I sort a listbox in a form in DEscending order? Click to expand... What is the List box Rowsource? Make it a query. Sort the query on the field you wish in Descending order.
M mcjanes Aug 11, 2006 #3 Thanks! It worked! What is the List box Rowsource? Make it a query. Sort the query on the field you wish in Descending order. Click to expand...
Thanks! It worked! What is the List box Rowsource? Make it a query. Sort the query on the field you wish in Descending order. Click to expand...