Hello:
Attached is the application that I am working on.
The application has two list boxes and I am able to move the data from one list box to another list box which updates the data in the table (tblnames)
but it does not save the data permanently whenever I open the application it default sets the values to Yes to all the people in the ShowYesNoFilter field.
The add and remove operations are done through behind the form(please look at the viewcode).
Question/Issue: Whenever I reopen the application the changes that I made earlier -(the names that were moved to ListNoItems which also updated
the tblnames tables ) all got reset to Yes.Can you please let me know how to save the changes permanently?
Thanks,
Ram