evilmousse
Programmer
I wanna base a subreport on a stored procedure.
The subreport's recordsource is "EXEC <spname>".
the subreport opens fine and displays when it's
open on it's own, but yields "incorrect syntax
near the keyword EXEC" when opening the master
report.
I'm guessing it's in the timing of the reports
openings, or i've got to do something manually
about the linkchildfields and linkmasterfields
properties. Still, there's precious little debugging
ability in access, and i'm not finding anything
helpful websearching. Any help would be grand.
-g