Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Private Sub cmdOutput_Click()
DoCmd.OutputTo acOutputQuery, "MyQuery1", acFormatXLS, "C:\MyQuery1.xls"
DoCmd.OutputTo acOutputQuery, "MyQuery2", acFormatXLS, "C:\MyQuery2.xls"
DoCmd.OutputTo acOutputQuery, "MyQuery3", acFormatXLS, "C:\MyQuery3.xls"
End Sub