I am saving a report to an RTF file using the following command:
DoCmd.OutputTo acOutputReport, stDocName, acFormatRTF, , False
I would like to be able to Specify the filename yet have the user Specify the location. Is this possible? So far I have had no luck in doing this. Does anyone have a suggestion on how to do this?
DoCmd.OutputTo acOutputReport, stDocName, acFormatRTF, , False
I would like to be able to Specify the filename yet have the user Specify the location. Is this possible? So far I have had no luck in doing this. Does anyone have a suggestion on how to do this?