How do I populate 1 listbox from another - thru Double click

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Rahul Vaghela
    New Member
    • Jun 2007
    • 1

    How do I populate 1 listbox from another - thru Double click

    I have two list boxes, 1 with a list of products and another that is empty.. I would like to double click on the products in the first list box and fill the empty listbox with the items that get doubleclicked.

    Ultimately I would like a report based on the list of items newly entered into the previosuly empty listbox
  • Stang02GT
    Recognized Expert Top Contributor
    • Jun 2007
    • 1206

    #2
    You can do this with out the DoubleClick event...you can do it with just a single click. Here is a link that should help you out and get you started



    http://www.mvps.org/access/forms/frm0028.htm

    Comment

    Working...