User Profile
Collapse
-
asp and asp.net
i am using wndows 2003 server and asp.net is enabled.And my main questiopn is can I use ASP on the asp.net -
I finally figured out where i went wrong.Now have the query up and running and i have pasted the SQL format below.
Code:PARAMETERS [month and year] Text ( 255 ); TRANSFORM Sum(qryJoining.Item_Cost) AS SumOfItem_Cost SELECT qryJoining.DEPOT, qryJoining.Fleet_No, Sum(qryJoining.Item_Cost) AS [Total Of Item_Cost] FROM qryJoining GROUP BY qryJoining.DEPOT, qryJoining.Fleet_No ORDER BY qryJoining.DEPOT, qryJoining.Fleet_No
-
Code:PARAMETERS [month and year] Text ( 255 ); TRANSFORM Sum(qryJoining.Item_Cost) AS SumOfItem_Cost SELECT qryJoining.DEPOT, qryJoining.Fleet_No, Sum(qryJoining.Item_Cost) AS [Total Of Item_Cost] FROM qryJoining GROUP BY qryJoining.DEPOT, qryJoining.Fleet_No ORDER BY qryJoining.DEPOT, qryJoining.Fleet_No PIVOT qryJoining.Item_ID;
Leave a comment:
-
-
Criteria for a crosstab query
Hi guys? I am new to this community, i'm very pleased to join you.
For the past 2 weeks i have been trying to specify criteria in a crosstab query but i get a fun message which says"Microsoft Jet Database does not recognize whatever criteria i would have specified as valid field name or expression."
I am stuck and don't know what to do next.
No activity results to display
Show More
Leave a comment: