Microsoft
Software
Hardware
Network
Question : access crosstab query question
Is there any way to change the order of the columns in the pivot section of the crosstab query?
I have one stuck in the middle that I need at the beginning.
Here is the query
TRANSFORM Sum(IIF(R.FeeBenefitAmount
= 0, null,R.FeeBenefitAmount)) AS SumOffAmount
SELECT R.Client, R.Loan, R.[Customer Name], R.[Mailing Address], R.[Property Address], Sum(R.FeeBenefitAmount) AS [Sum Of Fees]
FROM QryCustomerServiceRpt_JMR as R
GROUP BY R.Client, R.Loan, R.[Customer Name], R.[Mailing Address], R.[Property Address]
ORDER BY R.Client, R.Loan
PIVOT R.FeeCodeDescription;
The FeeCodeDescription gives me the fee titles. I need one of those fees at the beginning.
Answer : access crosstab query question
On top, DCOM can be secured by encryption automatically.
Random Solutions
C# sharing variables or data between different classes
mailbox move in exchange 2007
Shadowing/Overriding in C#
Filtering the SSRS report based on multivalue multiple parameters passed to stored procedure
Best practices in building test harness
IM integration with Sharepoint 2010
How do I set up a link to a specific page within a wordpress template?
get textarea line count.. full and correct line count.. in FF to IE to safari
Software that checks Feeds daily and downloads files linked within the feed
Retrieving Office 2007 License Code from a Backup Drive