I have a query (Query1) in which I would like to select the field name based upon the result of another query (Query2). In other words, lets say I have a table which contans the fields: Field1, Field2, Field3. I have a Query2 which returns a string such as "Field2". I would like to take that string and select Field2 to be used in Query1. How do I do this?
Thanks in advance!
Kal-El
Thanks in advance!
Kal-El