"David W. Fenton" <dXXXfenton@bway.net.invalid> wrote in message news:<Xns950FBF81DC272dfentonbwaynetinvali@24.168. 128.90>...[color=blue]
>
google@joriz.is-a-geek.net (Joriz) wrote in
> news:7d49ea6b.0406211401.4423441@posting.google.co m:
>[color=green]
> > if i do a shell command, is there anyway i can pass parameters..i
> > have 2 dates that i need to pass inside the crystal report.
> >
> > stAppName = "C:\Program Files\Crystal Decisions\Crystal Reports
> > 9\crw32.exe " & "H:\CRYSTAL\pledge.rpt"
> >
> > Call Shell(stAppName, 1)
> >
> > i dont know how can i pass a parameter that the rpt can catch on.
> >
> > anybody..[/color]
>
> This is a Crystal Reports question, not an Access question. I doubt
> that it's possible.
>
> Why in the hell would you use a third-party report writer when
> you've got the Access report writer available to you directly?[/color]
If you want to create "snapshot" reports that won't change, you could
output your reports to PDF... no Crystal required.