nakedbamboo
Technical User
I have a button that outputs a query to a saved file by asking the user where they would like to save it. The code is:
DoCmd.OutputTo acOutputQuery, "Search", acFormatXLS, FileName
If the user clicks cancel to saving it, a message comes back saying "Output was canceled." Is there any way to turn these types of messages off?
DoCmd.OutputTo acOutputQuery, "Search", acFormatXLS, FileName
If the user clicks cancel to saving it, a message comes back saying "Output was canceled." Is there any way to turn these types of messages off?