I am using Access 2002. I am desidning a form where I have two list boxes next to each other like following:
------------ -----------
| | > | |
| | >> | |
| | < | |
| | << | |
------------- -----------
I need to select either one value or multiple values from left list and move to right list and vice versa. Then I need to select * values from the list on the right and select data from tables by passing those values as a WHERE clause. Is there any tutorial or easy way to do this? Thanks in advance.
------------ -----------
| | > | |
| | >> | |
| | < | |
| | << | |
------------- -----------
I need to select either one value or multiple values from left list and move to right list and vice versa. Then I need to select * values from the list on the right and select data from tables by passing those values as a WHERE clause. Is there any tutorial or easy way to do this? Thanks in advance.