I have a combo box that has 5 people listed in there to be selected.
Can i combine two people together in a combo box, that when selected will pull both their records?
I have a combo box that has 5 people listed in there to be selected.
Can i combine two people together in a combo box, that when selected will pull both their records?
I don't think you can select multiple values in a Combo Box. However, you can in using a List Box instead.
See these two threads:
http://stackoverflow.com/questions/1...ultiple-values
http://social.msdn.microsoft.com/For...orum=accessdev