Hi
I want a list box with many columns and upon selection the data has to be stored on the table using a append query.
Explanation:
I have list box which takes the data from "Project table" with columns : Element, Project name ElementId, ProjectID etc.
1. I wanted to have a checkbox in the list box . so that the user can select multiple items. I have tried "Simple" in multiselect option. I feel like its not user friendly. (selection doesn't go off after refreshing etc.)
2. Upon selection through check box, it has to saved in another table (Emp to project) with all the columns respectively.
I am not sure how to proceed with it. Please help in solving this problem.