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
 
Top