G
Guest
I have a main report that contains two subreports in it. On the main form, I
list all top level categories, and I query them from a lookup table. The
subreports, through a lot of joins, present different data about sub
categories. I have a form that I run where it prompts the user to select a
sub-category for the report. The problem that I'm having is that I can't get
the form to pass the where clause to the subreports. I also can't get the
sub categories to list on the main report without negatively impacting the
report results. To simplify, my end goal is to have a report that lists all
categories, and for each category, shows details about a selected
sub-category. Any suggestions??? Thanks in advance!
list all top level categories, and I query them from a lookup table. The
subreports, through a lot of joins, present different data about sub
categories. I have a form that I run where it prompts the user to select a
sub-category for the report. The problem that I'm having is that I can't get
the form to pass the where clause to the subreports. I also can't get the
sub categories to list on the main report without negatively impacting the
report results. To simplify, my end goal is to have a report that lists all
categories, and for each category, shows details about a selected
sub-category. Any suggestions??? Thanks in advance!