Save AS Dialog.

  • Thread starter Thread starter sky
  • Start date Start date
S

sky

Hi,
When I do the manual Export, it does show me the Save
as Dialog box to save as different name to export. But
when I use the VBA code TransferText method as :
DoCmd.TransferText acExportFixed, "Report
Export", "qryReport", "C:\Name.txt".

This will automatic save the file as Name.txt. How do I
use the VBA coding to prompt me a Save as dialog box as
when I do it manually export? So, I can export and give an
option to save as different name.
 
Back
Top