S
Sam Darby
I want to automatically move a text file from the current
folder to an archive directory after importing the file
into Access. There is a MoveFile Method in VB Help, but
it evidently is not present in my version of Access
2002. When I type 'movefile' in the VB window and press
Enter, the M and F do not turn into capitals as i would
expect. when I try to compile the command line, the error
message says that the 'end of statement is expected'. as
far as i know, i am typing the method correctly:
"C:\test.doc".movefile "c:\temp\test.doc"
I get the same lack of results with Copy and DeleteFile
methods. I can I load these Methods into Access 2002?
thanks
folder to an archive directory after importing the file
into Access. There is a MoveFile Method in VB Help, but
it evidently is not present in my version of Access
2002. When I type 'movefile' in the VB window and press
Enter, the M and F do not turn into capitals as i would
expect. when I try to compile the command line, the error
message says that the 'end of statement is expected'. as
far as i know, i am typing the method correctly:
"C:\test.doc".movefile "c:\temp\test.doc"
I get the same lack of results with Copy and DeleteFile
methods. I can I load these Methods into Access 2002?
thanks