User defined output folders

J

judith

I am trying to export a table to a delimited text file but want the user to
define file location "strInputFileName " preferrably from a dialogue box
navigation

DoCmd.TransferText acExportDelim, , _
"vigoFileConverted", strInputFileName & "outputFile.txt"

Any suggestions please.

Or failing that is it possible to just get the transfer text command to
prompt as in the save as options
 

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