G
george
Hi to all,
I have tblCategories containing CatID, CatName and CatRelativePosition.
CatID is an autonumber field, CatName is a text field and CatRelativePosition
a long integer field.
I have added the last field in order to be used in a list box based on this
table, lstCategories, where the user will be able to change at wish the
relative order that Categories appear in the list box by using cmdMoveUp and
cmdMoveDown.
Unfortunately, I still have not figured out the code I'm going to use behind
the two command buttons. Can someone please help either with a suggestion
about the code or by directing me to some other site where something
pertaining to my problem can be found?
thanks in advance, george
I have tblCategories containing CatID, CatName and CatRelativePosition.
CatID is an autonumber field, CatName is a text field and CatRelativePosition
a long integer field.
I have added the last field in order to be used in a list box based on this
table, lstCategories, where the user will be able to change at wish the
relative order that Categories appear in the list box by using cmdMoveUp and
cmdMoveDown.
Unfortunately, I still have not figured out the code I'm going to use behind
the two command buttons. Can someone please help either with a suggestion
about the code or by directing me to some other site where something
pertaining to my problem can be found?
thanks in advance, george