View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
AA2e72E AA2e72E is offline
external usenet poster
 
Posts: 400
Default tricky SQL problem using VBA Excel to read Access File

Without the data it is somewhat difficult to see what is going on; try your
SQL after

1. replacing INNER JOIN by a comma
2. removing the ON clause and including its condition in the WHERE clause
instead.