G
Guest
First of all thank you for reading this.
I have a report that displays actions of a Case. tblCase holds the case
information and the related table tblActions hold the actions performed on a
case. My supervisors want me to seperate the actions into columns (not
vertically, this would be easy.) I have main report call the tblCase. I have
three subreports that call the tblActions. Each subreport has different
crietieria. The first gets actions that with date in specified range and the
second gets actions in another specified range and the third grabs the
actions that haven't been completed.
Every time I run the report I get an infinite loop. I suspect that it has to
do with the subreports b/c everytime I delete one the subreports, the report
will output correctly.
Any help?! I have been working on this problem for a while and anything
that you think can help please let me know.
I have a report that displays actions of a Case. tblCase holds the case
information and the related table tblActions hold the actions performed on a
case. My supervisors want me to seperate the actions into columns (not
vertically, this would be easy.) I have main report call the tblCase. I have
three subreports that call the tblActions. Each subreport has different
crietieria. The first gets actions that with date in specified range and the
second gets actions in another specified range and the third grabs the
actions that haven't been completed.
Every time I run the report I get an infinite loop. I suspect that it has to
do with the subreports b/c everytime I delete one the subreports, the report
will output correctly.
Any help?! I have been working on this problem for a while and anything
that you think can help please let me know.