Bottom up list box

  • Thread starter Thread starter Adrian Brown
  • Start date Start date
A

Adrian Brown

Is it possible to create a list box that fills from bottom upwards?

Cheers
 
Adrian Brown said:
Is it possible to create a list box that fills from bottom upwards?

No, but you can certainly sort the opposite way so that the last entry is on
top and it descends from there. Just use the Order By clause in the select
statement or query which is the RowSource for the listbox.
--
Arvin Meyer, MCP, MVP
Microsoft Access
Free Access downloads:
http://www.datastrat.com
http://www.mvps.org/access
 

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