I have a Table with 4 columns of information
Column 1 - ID No.
Column 2 - Name
Column 3 - Max ID
Column 4 - Min ID
Column 1 has and ID number which identifies the piece in the Name column.
Column 3 and Column 4 contain numbers which are in Column 1
What I need to do is to replace the values in the Max and Min fields with the Value from the Name field.Code:ID Name Max Min 1 Apple 1 2 2 Orange 2 2
Hope this makes sense.