S
sigh
Hi,
I use this transferText method for my export with no
problem.
DoCmd.TransferText acExportFixed, "Report
Export", "qryReport", "C:\Name.txt"
But instead of always save as "Name.txt", I would like it
prompt me with "SAVE AS" Box. So, I can input the
different name everytime when I click on the export
command to export the file. How do I do that? What's vba
Code?
Any help would be very appreciate.
I use this transferText method for my export with no
problem.
DoCmd.TransferText acExportFixed, "Report
Export", "qryReport", "C:\Name.txt"
But instead of always save as "Name.txt", I would like it
prompt me with "SAVE AS" Box. So, I can input the
different name everytime when I click on the export
command to export the file. How do I do that? What's vba
Code?
Any help would be very appreciate.