Results 1 to 3 of 3

Thread: Linking a ListBox

  1. #1
    Guest

    Question

    Am I missing something?? I want to link my stinking ListBox to my Access 2000 DataBase. I was under the impression that all you have to is link it through the same way that you do the rest of your controls.

    1. Assign DataSource (Like the rest of my controls).

    2. Assign the DataMember (Like the rest of my controls).

    then do a .Update when the command button is clicked. Eveyone of my other objects (TextBoxes & CheckBoxes) update like they are supposed to, but those #@% ListBoxes are killing me!!

    Thanks for any input.

  2. #2
    Guest
    Use a DBList instead.

  3. #3
    Guest
    That works, a little bit. There is no .Additem as a property for the DBListBox. What I am try to do is have the user fill the listbox with unique values with what he wants. I want the listbox to appear as a "holding area" for these values. Then when the user updates, those vaules will be written to one field in the database.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width