Hi,
I have data in a tblTemp imported from Excel, and I will need to merge them base on 2 field. If they match, then merge some other field together.
Right now, I am adding the first record from tblTemp to tblData, then compare the 2nd record from tblTemp to tblData, then if the 2 field...