Hello everyone !
I have two data table “dt_1” and “dt_2”, they both are sorted in required manners , i want to check each row from both data table using column “TrackIDNumber”, if “dt_1” row is not matched with “dt_2” then i want to add empty row in “dt_2”.
I am doing this so that at later on i can join two table in excel and show to client as per their req.
A question here…so you want to compre first row of first dt with first row of second dt and so on?
If yes…then say first rows are not matching and we inserted a row in dt2…now the same first row is second in dt2…so now you want to compre second of dt1 with the ideal first which is second now because of empty row in dt2?