-
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.
-
-
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.