Hello and thanks for the help!
I am running a report from a form with the simple command:
DoCmd.OpenReport stDocName, acViewPreview, , stLinkCriteria
There's no problem there. But here's one thing I haven't been able to figure out how to do: I want to pass a comment or a string from the form to the report that explains the parameters selected in the form (for example begin and end date range). Next, I want to show the range info on the report so the user can reference.
I really appreciate any info or comments.
Thanks,
Dan
I am running a report from a form with the simple command:
DoCmd.OpenReport stDocName, acViewPreview, , stLinkCriteria
There's no problem there. But here's one thing I haven't been able to figure out how to do: I want to pass a comment or a string from the form to the report that explains the parameters selected in the form (for example begin and end date range). Next, I want to show the range info on the report so the user can reference.
I really appreciate any info or comments.
Thanks,
Dan