Recent content by littlepeaches68

  1. L

    Not Responding

    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...
  2. L

    Limited number of sub reports?

    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:
  3. L

    Totally Subreports on Main Report Detail

    I ended up with a parameter message box.
  4. L

    Totally Subreports on Main Report Detail

    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...
  5. L

    Sum sub reports on the mother report

    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...
Back
Top Bottom