Hi I am using the following to get my file locations
Set wShell = CreateObject("WScript.Shell")
path = wShell.SpecialFolders("Desktop")
path2 = "E:/Backup"
I need to change path 2 to be the same location as the
mdb file almost like a root.
Is this possible?
Thanks
Rob
Gina - 30 Mar 2005 22:33 GMT
CurrentProject.Path & "\Backup.bak"
HTH
Gina
> Hi I am using the following to get my file locations
>
[quoted text clipped - 10 lines]
>
> Rob