I need to create a list of tasks (taken from a db) with a checkbox next to each one. If the task is done, the user will enter a check and I need to make an indication in the db. So the checkbox has to be linked to the list. I thought I could do a listbox with the lst and then create the checkboxes in a loop next ot the list. But then the checkbox is not connected to the list and how can I know which item in the list the box is referring to? Is there a better way to do this?
Thanks
Thanks