I
iamnu
http://allenbrowne.com/ser-50.html
The above link is an excellent tip which explains how to use a multi-
select list box to select several items at once, and open a report
limited to those items.
I have this code working on several of my reports, but my "PREFERENCE"
would be to run the Report first, and get necessary parameters from
the Form.
I'm not having any luck in doing this, and in particular, I can't see
how to get the value of "strWhere" (the WhereCondition) into my
report, after the fact. I have passed the exact same information via
a text box to my report, but then when I put that value (Forms!box1!
strVal) into the Criteria for the DirectoryID, it doesn't work.
1. I'd like to know why Mr. Browne decided to print the report by
actually opening a Form. I ask this, because it doesn't seem
intuitive to open a Form, when you really want to see a Report.
2. I'd like a suggestion on how to get the value of "strWhere" into
my SQL statement so that it will work.
Thanks for your help...
Bernie
The above link is an excellent tip which explains how to use a multi-
select list box to select several items at once, and open a report
limited to those items.
I have this code working on several of my reports, but my "PREFERENCE"
would be to run the Report first, and get necessary parameters from
the Form.
I'm not having any luck in doing this, and in particular, I can't see
how to get the value of "strWhere" (the WhereCondition) into my
report, after the fact. I have passed the exact same information via
a text box to my report, but then when I put that value (Forms!box1!
strVal) into the Criteria for the DirectoryID, it doesn't work.
1. I'd like to know why Mr. Browne decided to print the report by
actually opening a Form. I ask this, because it doesn't seem
intuitive to open a Form, when you really want to see a Report.
2. I'd like a suggestion on how to get the value of "strWhere" into
my SQL statement so that it will work.
Thanks for your help...
Bernie