syntax error in Transform statement

jzacharias

Registered User.
Local time
Today, 04:23
Joined
Sep 13, 2010
Messages
137
I can't find any posts regarding a syntax error in Transform statement. I believe it is the chart that is causing the problem. I can view the chart in report view, but if I change is to print preview, I receive the error. Anyone have any experience with this problem?
 
This is what is in the row source

TRANSFORM Count(*) AS [Count] SELECT [Shift] FROM [Yearly Citation Totals by Shift and Rotation]
 

Users who are viewing this thread

Back
Top Bottom