Home
Forums
New posts
Search forums
Articles
Latest reviews
Search resources
Members
Current visitors
Newsgroups
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Home
Forums
Newsgroups
Microsoft Access
Microsoft Access Queries
Cross Tab Query & Dates
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Guest, post: 6846485"] TRANSFORM Sum([subqry:BillableNonBillableDetailbyEmployee].SumOfWhours) AS SumOfSumOfWhours SELECT [subqry:BillableNonBillableDetailbyEmployee].ID, [subqry:BillableNonBillableDetailbyEmployee].Emplname, [subqry:BillableNonBillableDetailbyEmployee].DeptName, [subqry:BillableNonBillableDetailbyEmployee].Client, Sum([subqry:BillableNonBillableDetailbyEmployee].SumOfWhours) AS [Total Of SumOfWhours] FROM [subqry:BillableNonBillableDetailbyEmployee] GROUP BY [subqry:BillableNonBillableDetailbyEmployee].ID, [subqry:BillableNonBillableDetailbyEmployee].Emplname, [subqry:BillableNonBillableDetailbyEmployee].DeptName, [subqry:BillableNonBillableDetailbyEmployee].Client PIVOT Format([PriorYear],"mmm") In ("Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"); Above is the SQL view of my crosstab query. I have a form where the begin and end dates are entered into a subquery. If the berinning date is entered as 07/01/04 and the end date is enteted as 06/30/05 tge qyeru shows the monts acress as Jan, Feb, etc. I would like to have the months appear as Jul 04, Aug 04, Sep 04...Jan 05...Jun 05. How do I do this? Thanks! Barb [/QUOTE]
Verification
Post reply
Home
Forums
Newsgroups
Microsoft Access
Microsoft Access Queries
Cross Tab Query & Dates
Top