Are you trying to rename a currently-open database? See whether
C:\stuff\NOM_BE.ldb exists: if it does, then you're out of luck.
--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)
"koptastic69" <(E-Mail Removed)> wrote in message
news:5AAFD7DB-BBD5-4EF7-95F4-(E-Mail Removed)...
> Whilst executing the following from within NOM_FE.mdb that has linked
tables
> to NOM_BE.mdb, I get error 75 Path/File Access Error.
>
> Name DatabaseName As strBackupFile
>
> where DatabaseName = C:\stuff\NOM_BE.mdb and strBackupFile =
> C:\stuff\NOM_BE.bak
>
> Any ideas?