Save AS Dialog.

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top