There are no properties that would prevent someone from importing or linking
to tables in another MDB. You could, as John suggests elsewhere in this
thread, add your own custom UI to the back-end to prevent a user getting
access (no pun intended) to the default, built-in Access UI, and importing
or linking tables that way. But without security, there would be nothing to
prevent anyone importing or linking tables programmatically, and that is not
at all difficult to do.
If you're just trying to prevent well-intentioned users from doing something
accidentally, this might be enough for your purposes. But it will not
prevent someone with a working knowledge of VBA and DAO from doing it
deliberately.