sql SELECT..From a linked Crosstab

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

Guest

My report query includes a link to and fields from a crosstab query. The
problem is that the field names produced by the crosstab may change from time
to time. My solution was to place code to determine the fieldnames, modify a
string SQL statement, and run the modified statement using "docmd.runSQL."
Not only has that not worked, I find that the SQL statement produced by
interactive Access also won't run using docmd.runSQL (syntax error cited).

DM
 

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

Similar Threads


Back
Top