lisaharris
Programmer
I have a table with computed values that have column names such as Volume1, Volume2, Volume3.
Second table with the plan name, and a field indicating which volume to use (so the row may be PLAN1, Volume2)
The indicator in the second table is the exact name of the column in the first table.
How do I select the value from the first table corresponding to the indicator in the second table? Basically I want to see PLAN1 and the actual number from Volume2 in the first table.
__________
Veni, Vidi, Visa: I came, I saw, I charged it.
Second table with the plan name, and a field indicating which volume to use (so the row may be PLAN1, Volume2)
The indicator in the second table is the exact name of the column in the first table.
How do I select the value from the first table corresponding to the indicator in the second table? Basically I want to see PLAN1 and the actual number from Volume2 in the first table.
__________
Veni, Vidi, Visa: I came, I saw, I charged it.