bonjour, j'utilise ce code pour modifier une ligne d'une table mais cette ligne ne se modifier mais elle s'ajoute
??
merci
SELECT table1
replace Codcli WITH Thisform.Text1.Value
replace nomcli WITH Thisform.Text2.Value
replace prenomcli WITH thisform.text3.Value
replace adressecli WITH Thisform.Text4.Value
replace telephonecli WITH thisform.text5.Value
replace faxcli WITH thisform.text6.Value
*!* effacer les champs aprés avoir remplie le tableau
Thisform.text1.Value= ""
thisform.text2.Value = ""
thisform.text3.Value = ""
thisform.text4.Value=""
thisform.text5.Value=""
thisform.text6.Value=""
mMES =MESSAGEBOX("Fournisseur ajouter .",64+0,"succès")
DO CASE mMES =6
thisform.Release
ENDCASE