i=0 do Me.MyComboBox.AddItem = i i=i+1 loop while i<100
For intI = 1 To 100 str = str & ";" & CStr(intI) Next Me.cbo.RowSourceType = "Value List" Me.cbo.RowSource = Mid(str, 2)