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.
strFolderName = ("D:\access\RSI Most Recent\stats requests\LACharts\ ")
strBookName = (strFolderName & strName & ".xls")
For iSheet = 1 To 6
strQueryName = Choose(iSheet, "RefToSocWork", "SocWork@ref", "MovedintoLAfrom", _
"MovedintoLAHomeRoof", "MovedintoLASubstance", "MovedYes-No")
DoCmd.TransferSpreadsheet acExport, 8, strQueryName, strBookName, True
Next iSheet