I am having a problem getting the syntax of this right,can someone pls help
my syntax is:
DoCmd.TransferText acExportDelim, , "Tablename", "d:\directorya\directory2\directory3\" & filename, no
Filename is derived from a table field,and it does show up the correct table name.
I need file as a variable so that I do not end up with duplicate files
Tks
my syntax is:
DoCmd.TransferText acExportDelim, , "Tablename", "d:\directorya\directory2\directory3\" & filename, no
Filename is derived from a table field,and it does show up the correct table name.
I need file as a variable so that I do not end up with duplicate files
Tks