Access abends after DoCmd.OpenReport
问题 A report is called from VBA to receive returned records from an Access pass-through query. After the DoCmd completes the report's parameters are set in the report's appropriate label containers setting their .Caption property as required. Access fails intermittently during this process which leads me to believe that the report is not truly open to receive the parameters. Here's the VBA sub: Private Sub Report_Open(Cancel As Integer) Dim strFromDate As String Dim strToDate As String Dim strWC