I got several text files linked to the database, I want to export them into
an external folder.I can do the export but before export the names should be
renamed in to like Rea181"DDMMYY"_1.txt, any idea what should be the code
for changing the names, I use
docmd.TransferText acExportFixed ,specification Name, TableName,FileName
But I dont know how to include DDMMYY in the file name
Thanks