Displaying 1 result from an estimated 1 matches for "mchnum".
2004 Oct 20
2
Replacing data from one data frame to another
Hi,
I have a data frame which contains two fields, 'prev' and 'mchnum'.
I have another data frame which also contains 'mchnum' and 'prev' and
some other fields. The 'prev' data in this field is corrupted and I
want to replace it with the data from the other data frame for matching
values of 'mchnum' (which are unique). Is there...