This seems so simple yet I can't get anything to work.
I want the value of one field to determine from which column to get a bit of data.
I have a table with column names 1, 2, and 3.
I have a field called type that contains values 1, 2 and 3.
If Type has the value one in it, I want a field called "Value" to have the data from the column called "1". If the "Type" field has a value of 2, I want "Value" to have the data from the column called "2", etc.
Any ideas?
I've tried things like
Value: [[Type]]
and
Value: [ & [Type] & ]
I want the value of one field to determine from which column to get a bit of data.
I have a table with column names 1, 2, and 3.
I have a field called type that contains values 1, 2 and 3.
If Type has the value one in it, I want a field called "Value" to have the data from the column called "1". If the "Type" field has a value of 2, I want "Value" to have the data from the column called "2", etc.
Any ideas?
I've tried things like
Value: [[Type]]
and
Value: [ & [Type] & ]