DestinationTableVar.RESET();
SourceTableVar.Reset();
if SourceTableVar.Findset() then
repeat
DestinationTableVar.SetRange("Entry No.", SourceTableVar."Entry No.");
IF DestinationTableVar.FIND() THEN begin
//your modify code here
end else begin
//your insert code here
end;
until SourceTableVar.next() = 0;
André Arnaud de Cal...
292,516
Super User 2025 Season 1
Martin Dráb
231,409
Most Valuable Professional
nmaenpaa
101,156