adding items to a list box dynamically.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • latD810
    New Member
    • Oct 2008
    • 1

    adding items to a list box dynamically.

    Hi
    I’m new to vb and I am making a simple application in access that uses vb.
    I have three listbox (lstNetEquip, lstHardEquip and lstEquipAll)
    What I wanted to do is when I click my command button (cmdAddItem), the item selected in either of lstNetEquip or lstHardEquip should be placed in the lstEquipAll listbox.
    The lstNetEquip and lstHardEquip is populated from two different queries.

    I would be grateful for your help
Working...