A
Anisah
My problem (in Access 2002) : I have a report based on a
query, this report print one page per person (sort of ID,
so if there is 40 people in the query, there are 40 pages
printed). This report contains a subreport, which is based
on another query (linked by person's ID) of up to 6
additional records. This query contains references to some
informations regarding the person.
Problem : the subreport needs to act differently
(show/hide some fields) depending on the information
within these 6 additional records. I can perform the
same "calculation" in a form using a function button that
recalculates when clicked, so I have logic for the
calculations correct. And performing the logic "on open"
of the report only calculates the information once, and
displays it the same for each person. What I can't figure
out is getting this to occur for each person/page in the
report.
Questions : I've already linked the subreport query to the
main report based on the person's ID, but how do I get the
calculation to be performed for each person if there are
40 people in the entire report?
Any suggestions would be *greatly* appreciated!
Thanks in advance,
- Anisah
query, this report print one page per person (sort of ID,
so if there is 40 people in the query, there are 40 pages
printed). This report contains a subreport, which is based
on another query (linked by person's ID) of up to 6
additional records. This query contains references to some
informations regarding the person.
Problem : the subreport needs to act differently
(show/hide some fields) depending on the information
within these 6 additional records. I can perform the
same "calculation" in a form using a function button that
recalculates when clicked, so I have logic for the
calculations correct. And performing the logic "on open"
of the report only calculates the information once, and
displays it the same for each person. What I can't figure
out is getting this to occur for each person/page in the
report.
Questions : I've already linked the subreport query to the
main report based on the person's ID, but how do I get the
calculation to be performed for each person if there are
40 people in the entire report?
Any suggestions would be *greatly* appreciated!
Thanks in advance,
- Anisah