Bonjour à tous, bah je pense avoir tout dit dans le titre de ce post mais je ne voit pas l'erreur
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9 Set db = CurrentDb strSQL4 = "DELETE " & _ "[ID_ARTICLE], " & _ "[REF], [DESIGNATION], [PRIX], " & _ "[QUANTITE], [FRAIS_PORT], " & _ "[DATE_LIVRAISON], [Ref_commande], [Ref_Num_affaire]" & _ "FROM TblCOMMANDES" & _ "WHERE [ID_ARTICLE] = " & texte_id_cmd.Value & ";" db.Execute strSQL4
Partager