Combobox issue
Posted: Mon Sep 26, 2011 9:24 am
Hi
can any one tell me how to go about this ?
I have a database with a table .. with ex. 4 people in it
ID Name
1 John
2 Peter
3 Joan
4 Sara
On my form i have 4 comboboxes that needs to be filled with the list of all names(same as you would do with databound selection)
But here is the tricky part:
If i in combobox1 choose "John" .. then the rest (3)of the comboboxes should not show "John" .. but should only show the rest of the items that are not selected at all
and if in combobox2 also choose "Sara" .. again ..then the remaining comboboxes should only list what has not been selected previously
The list for thost 2 should then just contain "Peter" and "Joan"
Any help and tips tricks ideas on this would be appreciated greatly !
Thank !!
NewGuy

can any one tell me how to go about this ?
I have a database with a table .. with ex. 4 people in it
ID Name
1 John
2 Peter
3 Joan
4 Sara
On my form i have 4 comboboxes that needs to be filled with the list of all names(same as you would do with databound selection)
But here is the tricky part:
If i in combobox1 choose "John" .. then the rest (3)of the comboboxes should not show "John" .. but should only show the rest of the items that are not selected at all
and if in combobox2 also choose "Sara" .. again ..then the remaining comboboxes should only list what has not been selected previously
The list for thost 2 should then just contain "Peter" and "Joan"
Any help and tips tricks ideas on this would be appreciated greatly !
Thank !!
NewGuy