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
SBS2k8 E-mail alias already exists
Access VBA 2010 - drag and drop on a form
basic question about graphs and gradients
ACT! pad file question
Exchange 2007 OWA causes 2 audit failures on failed login attempt
How do I add a second domain controller for OWA authentiion on Exchange 2007?
SSIS Read Excel File Name
dateDiff - combining a date selection and a time selection
How do I create a LUN?
Detect Simultaneous Logon Across Network