DoCmd.Rename Question

joe789

Registered User.
Local time
Today, 19:16
Joined
Mar 22, 2001
Messages
154
Hi Folks,

I am trying to utilize the DoCmd.Rename feature in a module to rename an external file; however, no appropriate Object Type is listed for the DoCmd.Rename function to rename files? Is there any function where I would be able to rename an actual file?

Thank you,

Joe
 
You need to use the VBA Name command. Look it up in the Access help.
 

Users who are viewing this thread

Back
Top Bottom