I have a db that I have split the tables onto a Novel Server. I have other db's that are done the same way and work fine. When you try to preview a report the program locks up with Not Responding.
I am at a loss as to what to look for. I have tried to access the queries that feed the...
Are you limited to the number of sub reports you can have on a main report?
I have a report and when I add my seventh sub all the data on the report disappears. I know the subs are working but just having issues getting all the subs on the one report.
:confused:
I have a report with numerous subreports. I need to total a field from two of my subreports on the main report detail. The catch of it is the field is summing a field in the sub report. Here is my current code which does not work but may give you an idea of what I am trying do...
I have a report that has four sub reports. I have to sum two of the subreports and have the total under the second subreport. I have tried
=Sum([Reports]![Meat Standards Sub]![PercenttoBatch]+[Reports]![Ing Standard Sub]![PercenttoBatch])
Which asks me for a parameter.
Can anyone assist...