Parameter query for variable column name...

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How can I create a parameter query in access where the parameter variable
specifies the column name?
 
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.
 
Back
Top