I have a table (Table A) with several fields on it (Field1, Field2, Field3.....). What I would like to do is create a query with a parameter where the user can select which field they would like to see on the query. For instance, I have created a parameter that asks
When the user types in "Field2" I want my parameter field in the query to use that field from the table.
Is this possible?
Code:
[Please Enter Field:]
Is this possible?