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
PHP error reporting
Symantec Endpoint Protection - SID 23615 HTTPS Tidserv Request 2 Detected
Deploy application using GPO win 2008 R2
Source: NETLOGON Event ID: 5773 error with in DNS
Exchange 2003 Logical Size vs Physical Size
VS 2008: access rights under windows 7 when building an assembly
Crystal Reports Xi - Sorting a CrossTab Report by a Summary Field
How Do I run a specific fix and test in ISINTEG
simple VB file download example
Install crashes Office 2007 Pro on Windows 2003 SP2 server