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
How does Windows 7 detect Internet access?
How to make IN operator to accept CSV which are varchar in SQL Server 2008
Resize multi select boxes in SharePoint form
Hidden answers after logging in
VBA to rename an MS Word dropdown formfield.
stop Weblogic managed server without node manager and admin server
How to retrieve data from an XML file using ASP.NET?
select where last digits
Sharing Access File
Mac RDP clients slow?