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.
Dim Dataexport
Dataexport = InputBox("Export Path, do not forget to put .doc at the end of the file name", "Export Path")
DoCmd.OutputTo acOutputReport, "REPORT_NAME", acFormatRTF, Dataexport,
'Dataexport = just give the user an options where they would like the file created.. if you just put a file name in here, then the file would be save to the last location where the user saved something, but usually defaults to the my documents folder.