يعطيك العافية
وانا عملتها بطريقة الكود و ظبط هالمره
Dim A As String
A = [Models Table_size]
Select Case A
Case Is = "Free Size"
Combo1.RowSource = "Free Size"
Case Is = "S"
Combo1.RowSource = "S"
Case Is = "M"
Combo1.RowSource = "M"
Case Is = "L"
Combo1.RowSource = "L"
Case Is = "XL"
Combo1.RowSource = "XL"
Case Is = "S,M,L"
Combo1.RowSource = "S;M;L"
Case Is = "S,M"
Combo1.RowSource = "S;M"
Case Is = "S,L"
Combo1.RowSource = "S;L"
Case Is = "M,L"
Combo1.RowSource = "M;L"
Case Is = "L,XL"
Combo1.RowSource = "L;XL"
Case Is = "S,L"
Combo1.RowSource = "S;L"
End Select
New_Markit.zip