Okay, I'm sure this is quite simple and I'm also sure that there must be a thread on it somewhere but for the life of me I can't find it.
For each project there are a certain number of tasks that need to be performed.
I have a form that displays the completed tasks for each project in a subform. On the main form there is a listbox that displays all the tasks that need completing.
What I would like is that when a tasks is added to the completed list (via a command button click) it is then not seen in the listbox. Each task has a unique task ID and so basically when populating the list box I want it to look at the task IDs in the subform and if one is found there not include it in the listbox.
Hope that makes sence and any help would be appreciated.
Thanks
Robyn
For each project there are a certain number of tasks that need to be performed.
I have a form that displays the completed tasks for each project in a subform. On the main form there is a listbox that displays all the tasks that need completing.
What I would like is that when a tasks is added to the completed list (via a command button click) it is then not seen in the listbox. Each task has a unique task ID and so basically when populating the list box I want it to look at the task IDs in the subform and if one is found there not include it in the listbox.
Hope that makes sence and any help would be appreciated.
Thanks
Robyn