Connecting Tech Pros Worldwide Help | Site Map

Moving data from one list box to another via a button

  #1  
Old January 1st, 2006, 07:35 PM
Karen Hill
Guest
 
Posts: n/a
How would one move selected data from one list box to another via the
onclick method of a button?

Thanks in advance.

Karen

  #2  
Old January 1st, 2006, 07:55 PM
rkc
Guest
 
Posts: n/a

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.
  #3  
Old January 3rd, 2006, 01:15 PM
Terry Kreft
Guest
 
Posts: n/a

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