S
soni2926
Hi,
I have 2 datasets right now, say with the following structure:
DataSet 1 has a row called ItemCode, index 1
DataSet 2 has a row called ItemCode, index 1
both are similar, but i need to merge them to make one dataset, which
needs to have everything in DataSet1 plus anything from DataSet2
that's not in DataSet1 already. I'm not too familiar with working
with Datasets, i know theres suppose to be a way to join them, can
someone help out? Both have a ItemCode which is what needs to be used
to make sure no duplicates from DataSet2 get into DataSet1.
Thanks.
I have 2 datasets right now, say with the following structure:
DataSet 1 has a row called ItemCode, index 1
DataSet 2 has a row called ItemCode, index 1
both are similar, but i need to merge them to make one dataset, which
needs to have everything in DataSet1 plus anything from DataSet2
that's not in DataSet1 already. I'm not too familiar with working
with Datasets, i know theres suppose to be a way to join them, can
someone help out? Both have a ItemCode which is what needs to be used
to make sure no duplicates from DataSet2 get into DataSet1.
Thanks.