INSERT IN
tblMain
(ExpectedVolume, Report, BatchCode, CSRep)
AUSERWÄHLT
ExpectedVolume. [Erwartetes Volumen],
ExpectedVolume.Report,
ExpectedVolume.BatchCode,
ExpectedVolume. [CS Repräsentant]
VON
ExpectedVolume
INNER VERBINDEN
tblMain
AUF ExpectedVolume.GCN = tblMain.GCN
WO
ExpectedVolume.GCN = tblMain.GCN
|