Search results

  1. C

    Open various reports with a Calendar

    Access 2007 I am trying to open 3 Reports. I used this code and it works very well with two reports, but I dont't know how to do with 3 reports. Here is my code: Private Sub PreviewReport_Click() On Error GoTo Err_PreviewReport_Click Dim stDocName As String If FrameDetails.Value = 1 Then...
Back
Top Bottom