Add a command button to the Report and add the following to the On Click Event
DoCmd.OpenReport "ReportName1", acViewNormal
DoCmd.OpenReport "ReportName2", acViewNormal
DoCmd.OpenReport "ReportName3", acViewNormal
DoCmd.OpenReport "ReportName4", acViewNormal
DoCmd.OpenReport "ReportName5", acViewNormal
HTH