Y
ymanchul
Guest
Hi All,
I have an Access Report with an embedded Microsoft Graph 2000 Chart in the detail section of the report. The report has no Data Record Source. The Graph has a SQL statement as the record source (displayed below). The problem is that most times when I preview the report I have to preview it a couple of times before the graph/chart displays the information correctly. Any ideas how I can fix this?
TRANSFORM Sum(Prod.[NET B]) AS [SumOfNET B]
SELECT Prod.DATE
FROM Prod
WHERE ((Prod.DATE)<200208)
GROUP BY Prod.DATE
ORDER BY Prod.[YEAR]
PIVOT Prod.[YEAR];
I have an Access Report with an embedded Microsoft Graph 2000 Chart in the detail section of the report. The report has no Data Record Source. The Graph has a SQL statement as the record source (displayed below). The problem is that most times when I preview the report I have to preview it a couple of times before the graph/chart displays the information correctly. Any ideas how I can fix this?
TRANSFORM Sum(Prod.[NET B]) AS [SumOfNET B]
SELECT Prod.DATE
FROM Prod
WHERE ((Prod.DATE)<200208)
GROUP BY Prod.DATE
ORDER BY Prod.[YEAR]
PIVOT Prod.[YEAR];