Bonjour, si j'ai rempli une comboBox de la manière suivante:
Comment je fait pour la vider?Code:
1
2
3
4
5 Lettre = Left(Me.txtChamp3.Value, 1) If Lettre = "A" Then Me.MaComboBox = "PAM1" End If
J'ai essayé
Mais sa ne m'efface pas?Code:Me.MaComboBox.clear