Hi;
I would like to be able to enter the name of a file I need renamed (through filecopy) in an Access form, so that the filename (E102E557B.REC) gets renamed to E102E557B.TXT. There are quite a few files and renaming through the copy command one by one would be tedious.
Example:
FILECOPY “[FORMS]![F-DOWNLOAD]![FILENAME]”&.REC, “C:\WINPATH\[FORMS]![F-DOWNLOAD]![FILENAME]”&.TXT
Where the file name gets entered into a form and then we click to run the process that renames the file and then imports it.
Is this possible??
Than You.
Judy
I would like to be able to enter the name of a file I need renamed (through filecopy) in an Access form, so that the filename (E102E557B.REC) gets renamed to E102E557B.TXT. There are quite a few files and renaming through the copy command one by one would be tedious.
Example:
FILECOPY “[FORMS]![F-DOWNLOAD]![FILENAME]”&.REC, “C:\WINPATH\[FORMS]![F-DOWNLOAD]![FILENAME]”&.TXT
Where the file name gets entered into a form and then we click to run the process that renames the file and then imports it.
Is this possible??
Than You.
Judy