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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top