G
Guest
Hi all
I'm setting the recordsource of a subreport as
strQuery = "EXEC Ord_NoCardine"
Me.RecordSource = strQuery
If I run the subreport by itself all is fine, but when the main report calls
the subreport I get the "Incorrect syntax near EXEC" error message..
Can someone help me?
Thanks
I'm setting the recordsource of a subreport as
strQuery = "EXEC Ord_NoCardine"
Me.RecordSource = strQuery
If I run the subreport by itself all is fine, but when the main report calls
the subreport I get the "Incorrect syntax near EXEC" error message..
Can someone help me?
Thanks