MattBaldry
Self Taught, Learn from the Forums
- Local time
- Today, 14:10
- Joined
- Feb 5, 2019
- Messages
- 330
Hi all,
I am after some help. I am trying to find a way of filtering 2 list boxes, but scratching my head on it.
Listbox 1 will have a list or processes available for the build of a BOM.
Listbox 2 will have a list of the processes that have been selected.
What I am after is a code that will hide the process in listbox 1 once it has been moved to listbox 2.
Both listboxes are based on queries, but I am not sure how to hide the processes in listbox 1 once they are in listbox 2.
In the simple example above, I would like Process 2 and Process 4 to not appear in Listbox 1 unless they are remove from the BOM process list displayed in Listbox 2.
The unique field I need to filter in/out will be LabourProcessID
~Matt
I am after some help. I am trying to find a way of filtering 2 list boxes, but scratching my head on it.
Listbox 1 will have a list or processes available for the build of a BOM.
Listbox 2 will have a list of the processes that have been selected.
What I am after is a code that will hide the process in listbox 1 once it has been moved to listbox 2.
Both listboxes are based on queries, but I am not sure how to hide the processes in listbox 1 once they are in listbox 2.
Listbox 1 | Listbox 2 |
Process 1 | Process 2 |
Process 2 | Process 4 |
Process 3 | |
Process 4 |
In the simple example above, I would like Process 2 and Process 4 to not appear in Listbox 1 unless they are remove from the BOM process list displayed in Listbox 2.
The unique field I need to filter in/out will be LabourProcessID
~Matt