Connecting Tech Pros Worldwide Forums | Help | Site Map

Moving data from one list box to another via a button

Karen Hill
Guest
 
Posts: n/a
#1: Jan 1 '06
How would one move selected data from one list box to another via the
onclick method of a button?

Thanks in advance.

Karen


rkc
Guest
 
Posts: n/a
#2: Jan 1 '06

re: Moving data from one list box to another via a button


Karen Hill wrote:[color=blue]
> How would one move selected data from one list box to another via the
> onclick method of a button?[/color]

The easiest way is to use a value list to populate your listboxes and
then use the addItem and removeItem methods of the listbox. That would
require a version of Access > 97 and limited size lists.
Terry Kreft
Guest
 
Posts: n/a
#3: Jan 3 '06

re: Moving data from one list box to another via a button


How is your first list box filled(?) is the first thing we need to know.

--
Terry Kreft



"Karen Hill" <karen_hill22@yahoo.com> wrote in message
news:1136143356.302955.15850@f14g2000cwb.googlegro ups.com...[color=blue]
> How would one move selected data from one list box to another via the
> onclick method of a button?
>
> Thanks in advance.
>
> Karen
>[/color]


Closed Thread