Hi,
I have a problem with dropdown list in combo box. Combo box row source returns 3 fields data likes revision, type, description. In these 3 fields, only revision may have duplicate number but type number is different. Bound column of this combo box is revision. Column count is 3 and width is 0,0,2. I need to show only description of that revision.
For example, in dropdown list returns data like :
1,1,'apple',
1,2,'orange'
When I choose second line 1,2,'orange' in combo box it should show 'orange' but it always show 'apple'
Could anybody tell me how to fix this?
Sophanna
I have a problem with dropdown list in combo box. Combo box row source returns 3 fields data likes revision, type, description. In these 3 fields, only revision may have duplicate number but type number is different. Bound column of this combo box is revision. Column count is 3 and width is 0,0,2. I need to show only description of that revision.
For example, in dropdown list returns data like :
1,1,'apple',
1,2,'orange'
When I choose second line 1,2,'orange' in combo box it should show 'orange' but it always show 'apple'
Could anybody tell me how to fix this?
Sophanna
Comment