Salut jpchek

Ça marche Nickel !!!!

Voici le code :

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
 
Dim strVal1 As String, strVal2 As String
strVal1 = DLookup("RenvoieleTexte(Champ2)", "MaTable", strCond)
strVal2 = DLookup("RenvoieleNombre(Champ2)", "MaTable", strCond)
Me.txt_blabla = strVal1 + strVal2 ' ou inversement.....
Merci pour tout jpchek!!!!!

Vincent