Bonjour,

J´ai 2 tables :
  1. Lot_Client
  2. Production


Dans la table Lot_client j´ai la colonne "Date_prepa" et "numero_lot".
Dans la table Production j´ai la colonne "Lot_client" et "Date_envoi".
Dans "Lot_client.numero_lot" et "Production.Lot_client" on a le meme numero.

Comment update toute la colonne "Production.Date_envoi" avec la date de "Lot_client.Date_prepa" en se basant sur "Lot_client.numero_lot" = "Production.Lot_client".
Merci