Doing my first project in Visual Studio 2008 and very new to vb. To simplify things, I have 3 tables in a DB, employee, delegations and emp-delegates. I have a drop down list to select the emp no. I was then going to use a checkedlist box to display all the delegations and have the delegations that are in the emp-delegates for the selected emp ticked. Then hoping to allow the user to tick or untick delegations before selecting an "update" button to update the emp-delegates table with the new selections
Is a checkedlistbox the way to go and is this do-able???
Is a checkedlistbox the way to go and is this do-able???