Search results

  1. B

    Empty Report on first load

    Has anyone seen a report come up blank the first time it loads? Basically I have a delivery ticket report with subreports on it that show line items. The subreports get their data just fine, but the Header section of the report doesn't show any data in it. I can close the report and re-open it...
  2. B

    iif statement using In

    ValveResult: IIf(797 In (SELECT tblOptestTable.TestResultID FROM tblOpTestTable WHERE tblOpTestTable.WorkorderID = [WorkorderID]),"Failed","Passed") This is a field in a query... i'm using grouping for the unique WorkorderID then i'm trying to get whether any one of the test results for this...
Back
Top Bottom