A
Alex
I have a table with a field called FUND (Range from 1 to 10,000) and another
called Class_Type, which is Null. Weekly, the data is deleted and replaced
with new data. The new data is unsorted I want to update the Class_Type
based on the fund #. This is where it gets complicated. The record will
read as shown as below
The first set of records will be updated with AB57 as value in the
Class_Type. When the next record has a fund # that is below the previous
record the Class_Type will be updated to GNA and so on. I have the list of
order of the types it should be.
Fund Class_type
72 AB57
111 AB57
640 AB57
642 AB57
45 GNA
90 GNA
105 GNA
72 JA
94 JA
-Thank you, alex
called Class_Type, which is Null. Weekly, the data is deleted and replaced
with new data. The new data is unsorted I want to update the Class_Type
based on the fund #. This is where it gets complicated. The record will
read as shown as below
The first set of records will be updated with AB57 as value in the
Class_Type. When the next record has a fund # that is below the previous
record the Class_Type will be updated to GNA and so on. I have the list of
order of the types it should be.
Fund Class_type
72 AB57
111 AB57
640 AB57
642 AB57
45 GNA
90 GNA
105 GNA
72 JA
94 JA
-Thank you, alex