I didn't think this would work in a crosstab, but it did. I just added the IIF statement to the group by clause.
TRANSFORM iif([Fldname]="Balance",[Balance],[Return]) AS TheVal
SELECT rptBF_Custom5.PolicyNumber, rptBF_Custom5.IAName, rptBF_Custom5.TPMName
FROM rptBF_Custom5...
Thanks, yes I tried that and this is the error I get:
"You tried to execute a query that does not include the specified expression as part of an aggregate function."
Hi,
I'm SO close, but I have a problem with a crosstab/cartesian product query that I based on Duane Hookum's example. Here's what I have:
TRANSFORM sum(iif([Fldname]="Balance",[Balance],[Return])) AS TheVal
SELECT rptBF_Custom5.PolicyNumber, rptBF_Custom5.IAName, rptBF_Custom5.TPMName
FROM...
Hi,
I created a pdf form in Acrobat7.0 Pro. I open the pdf using OLE and fill the fields from an Access recordset in VBA. Everything works great on the development machine that has 7.0 Pro on it.
When I install it on another machine that only has Reader 6.0, the OLE fails. OK, I...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.