Hi, I hope someone can help me with this. I have a table with 26 fields in each record. Is there a way to find the field name in each record that has a specific value? for example, 26 fields named 'a', 'b', ... 'z'. each field has a different numeric value. I want the field name for each record that has a value of 25. The 1st record's field with 25 is field "K", so I want "K" as my result. The 2nd record's field with 25 is field "W", so I want "W" as my result for this record.
Is there a simple way to do this?
Thanks!
Is there a simple way to do this?
Thanks!