It is possible to insert a function that doesn't allow to make a copy to a
place you don't want.
Use following as example.
If Mid(Db.Name, 1, 17) <> "C:\data\Helpde~1\" Then
Response = MsgBox("This interface runs only from c:\data\Helpde~1\
"You are obliged to take a copy of it there."
"If you want me to make a copy for you, select Yes."
"Else, select No and I will close" _
, vbExclamation + vbYesNo, "Forbidden server use")