Hello,
I have a form with two combobox.
The combobox, lst_NomBase
SELECT DISTINCT [NomBase] FROM tblVariables UNION SELECT " Tous" AS NomBase FROM tblVariables
ORDER BY tblVariables.[NomBase];
Private Sub lst_NomBase_AfterUpdate()
Dim sNewvar As Variant
If Me.lst_NomBase = "...