Sorting a listbox

  • Thread starter Thread starter mcjanes
  • Start date Start date
M

mcjanes

Probably a stupid question, but how can I sort a listbox in a form in
DEscending order?
 
Probably a stupid question, but how can I sort a listbox in a form in
DEscending order?

What is the List box Rowsource?

Make it a query. Sort the query on the field you wish in Descending
order.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top