Quote Originally Posted by ken4ward View Post
On this project I have
1. 10 tables in LinksApplication database
....
The one I am working on now is LinkUser interface which has 10 panels, 3 buttons-linkUser, allUser, currentUser
This is what I want to achieve:
Each panel gets the values from the tables specific to each.
It assigns radiobutton to value in the Person table and display them on personPanel

....
This is what I want to do. As i am working on LinkUser form. When a value(radiobutton) is selected on personPanel and some checkboxes are checked on rolePanel, circumstancePanel, problemPanel and the LinkUser button is clicked it should assign the checked checkboxes as it values.

Now if I open the CurrentUser form that conains the personPanel items from the database table(Person) and click on any of the radiobutton it should automatically display the selected values on respectively on other panels in the CurrentUser form.
...
The problem is I cannot find any of the code you have already shown here in previous topics in the code you sended me. Even the names of that forms are not existing maybe thhey all are derived from any other form but for eyamole there is no delegate called LinkUser_Click() in this project nor I can find solutionPanel_MouseHover ???
So please which form are you working on or if thhe project I got is not the actual one then pleease send that one, you really are working on