Updating data bound listbox

V

VB Programmer

I have a listbox which is data bound to a query that incorporates several
tables.

I want to be able to update the listbox with new items (from another
"master" listbox), remove existing items, etc... then update the db with the
new contents of the listbox after the user clicks on a Save button.

Not sure exactly how to do this. Any suggestions?

Thanks.
 
G

Guest

Everytime you databind the a component, the values get updated, so it is matter of calling the function/code you use to databind the list.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top