Have one table with vendor information in it. The vendor may be in this table duplicate times, their fed id number is the same but their index is different. Want to update the index to the lower index number when the fed id number matches.
Example :
FED ID VendID
123-45-6789 8939
123-45-6789 94275
Want to update the 94275 with the 8939.
Thanks in advance for any assistance.
Example :
FED ID VendID
123-45-6789 8939
123-45-6789 94275
Want to update the 94275 with the 8939.
Thanks in advance for any assistance.