Search results

  1. S

    Using data from subReports

    Hi Today I am trying to use data from a subReport in the calling report. It works fine if I have data for the subReport, but on occasions there will be no data, so the subreport is empty. On this occasion I just get #error in the field. I have tried IsNull, IsEmpty, IsMissing all to no avail...
  2. S

    DoCmd.CloseReport "blah"

    Hi The above doesn't work - I guess it is incorrect syntax. I am running a script that needs to run a number of reports for several preceding periods and carry forward some totals to the following report. The script accesses the report output like so: PMinus3ESPAll =...
Top Bottom