Results 1 to 3 of 3

Thread: ERROR in sql query why?

Threaded View

  1. #1

    Thread Starter
    PowerPoster
    Join Date
    Mar 2005
    Posts
    2,941

    ERROR in sql query why?

    Code:
     SQL = "TRANSFORM Sum(dbo_CC_Movimenti.Num_Operazioni) AS QUANTITY " & _
              "SELECT dbo_CC_Movimenti.COD_SPORT & [COD_CC] AS INDICE " & _
              "FROM dbo_CC_Movimenti " & _
              "GROUP BY dbo_CC_Movimenti.COD_SPORT &  [COD_CC] " & _
              "PIVOT dbo_CC_Movimenti.COD_CAUSALE_ABI"
    note:
    The table is linked Sql Server table into access database
    Last edited by luca90; Nov 15th, 2010 at 03:30 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width