Move items in a listbox

C

Carolanne

Hi all,

I want to be able to select an item in a list box, then click on either an
up or down arrown and have the list item move in the corresponding direction.
I think I need to reference the listindex, but I'm not exactly sure. Any
help would be greatly appreciated.
 
K

Klatuu

What is the row source for your list box? That will make a difference in how
you accomplish this.
 
C

Carolanne

I am using a Table/Query as the rowsource.

Klatuu said:
What is the row source for your list box? That will make a difference in how
you accomplish this.
 
Top