Parameter query for variable column name...

J

js_280

How can I create a parameter query in access where the parameter variable
specifies the column name?
 
V

Van T. Dinh

AFAIK, you can't use Parameter for Column name.

You need to construct the SQL String by VBA code using the "Parameter" value
in the SQL construction so that your SQL at the end have the explicit name
for the Column.
 
Top