let’s say I have 20 fields in a specific left-to-right order, and the first record contains a unique identifier for each field.
How can I reorder the fields by reordering the first row unique identifiers?
So this is kind of like doing a join but based on fields instead of records.
I know I can do this with transpose/crosstab but was wondering if there is another way?