You can, you could make a bit of code that "on close" of your main form makes a copy of your database into any folder the current user has access to...
You can use the VBA native FileCopy or use a much more complicated FSO (FileSystemObject) to do it.