HardingR2000
Programmer
I want to create a form with two combo boxes. cmboA contains all products. cmboB contains only those products that have been selected from cmboA. Once it has been selected from cmboA and moved to cmboB it needs to be "removed" from cmboA via a change in the WHERE logic which defines the record source for cmboA. I think I know how to implement this. What I don't know is the following.
I have seen other language applications that move data between two combo boxes using a left arrow (<) button and right arrow (>) button which moves the selected value from the left combo box to the right combo box and vis-a-versa.
Does Access have similar functionality and if so what is it called and how do I implement it? Or is there a better way?
Thanks
I have seen other language applications that move data between two combo boxes using a left arrow (<) button and right arrow (>) button which moves the selected value from the left combo box to the right combo box and vis-a-versa.
Does Access have similar functionality and if so what is it called and how do I implement it? Or is there a better way?
Thanks