Listbox questions

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • John

    Listbox questions

    Hi

    I have a few questions regarding Listbox;

    1. How can I fill Listbox from an access table with multiple columns?

    2. How can I return the user selected (highlighted) items in a Listbox
    individually?

    3. How can I remove user selected (highlighted) items from a Listbox?

    Thanks

    Regards


  • Cor Ligthert[MVP]

    #2
    Re: Listbox questions

    John,

    As I see that you use it binded
    >
    I have a few questions regarding Listbox;
    >
    1. How can I fill Listbox from an access table with multiple columns?
    You can only fill the display member and valuemember see my other answer on
    this question.
    >
    2. How can I return the user selected (highlighted) items in a Listbox
    individually?
    >
    Use theselected items
    3. How can I remove user selected (highlighted) items from a Listbox?
    >
    You have to delete them from your datasource



    Comment

    Working...