G
Guest
I have a field 'Classification' which I want automatically populated
depending on the values of 2 other fields, i.e. Classification = A if
([Field1]>=30 and [Field2]<100), Classification = B if ([Field1]>+10 and
[Field2]<30), Classification = C if ([Field1]>=0 and [Field2]<10).
What is the simplest way to implement this?
depending on the values of 2 other fields, i.e. Classification = A if
([Field1]>=30 and [Field2]<100), Classification = B if ([Field1]>+10 and
[Field2]<30), Classification = C if ([Field1]>=0 and [Field2]<10).
What is the simplest way to implement this?