I need to take an array (array2), compare that to array1, based on a certain field and then save it to array3.
How can I do that? I could probably do it without comparing a specific field some all of the fields on a row will match on the other array. I am looking for the fastest method of doing this, of course.
TIA!