listbox view bottom up

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

adriany

i have form with listbox that has more then 300 records
and climbing.
i made it sort i can view from current data after i have
opened but anyway to open form and see this listbox from
botoom up?
 
i have form with listbox that has more then 300 records
and climbing.
i made it sort i can view from current data after i have
opened but anyway to open form and see this listbox from
botoom up?

Base it on a Query sorting the records however you like - most recent
records first for instance.

If you won't be routinely selecting older data, you might want to
limit the records displayed in the listbox - very large listboxes get
a bit awkward for the user.
 
Back
Top