Add column values from one datatable to another basis a condition

inner join will only handle the common rows between dt1,dt2
in case of Acc No. and Date columns details from Dt2 should be blank within the result for rows not found in dt2 we would use a left join:

we would recommend to start with the join datatable activity and post processing the join result by e.g removing unneeded columns

In case of a LINQ is wished, then please clear the requirement of handling unmatched rows within dt2