List Box

  • Thread starter Thread starter Floyd Forbes
  • Start date Start date
F

Floyd Forbes

I have two list boxes on a form call form1. Listbox1 has all the names.
How do I move a name from listbox1 to listbox2 by clicking a name in
listbox1?

Floyd
 
Why would you move a name from listbox 1 to listbox 2?

Are you trying to modify the record source of listbox 2 to also include the
selected name?

What is the record source to sart with?

Rick B
 
Back
Top