A
Alex
I am trying to update a field, Class_Type. The update will be based on a
previous record different field, fund. Here is an example shown below. If
you notice the Class_type will be different if the fund value is smaller or
equal to the previous record's fund value. I have a table called Class_Type
with the list of classes and which one goes first, second, third, etc. I
would think a function would be needed to create this, but not sure where to
start.
Fund Class_Type
10 AA
15 AA
20 AA
19 PA
27 PA
10 GH
20 GH
30 GH
-Thanks, alex
previous record different field, fund. Here is an example shown below. If
you notice the Class_type will be different if the fund value is smaller or
equal to the previous record's fund value. I have a table called Class_Type
with the list of classes and which one goes first, second, third, etc. I
would think a function would be needed to create this, but not sure where to
start.
Fund Class_Type
10 AA
15 AA
20 AA
19 PA
27 PA
10 GH
20 GH
30 GH
-Thanks, alex