actionbasti
Programmer
Hello,
I am trying to wirte a db program that holds projects and tasks associated with those projects. Now i want to have a listbox with the project names (one table) and a second listbox that has all the task that belong to that project (second table). And when i click on the first listbox project i will get all the details on the project and when i click in the second list box for the tasks it will display me the details on the task.
I have it running to the first list box and detail but the second one is too tricky. How can i use a value from the 1. listbox for a search criteria in the second listbox and use the value of the second list box to display the remaining filds of the tasks?
I am trying to wirte a db program that holds projects and tasks associated with those projects. Now i want to have a listbox with the project names (one table) and a second listbox that has all the task that belong to that project (second table). And when i click on the first listbox project i will get all the details on the project and when i click in the second list box for the tasks it will display me the details on the task.
I have it running to the first list box and detail but the second one is too tricky. How can i use a value from the 1. listbox for a search criteria in the second listbox and use the value of the second list box to display the remaining filds of the tasks?