Multiple Access Instances

1

As you open multiple instances of the same Access Bank, I saw that an old coworker used the command:

Shell "MSACCESS.EXE " & Chr(34) & CurrentDb.Name & Chr(34)

But when I run it returns an error saying that the Bank is already open in 'Admin' mode by another user, which in this case is me.

    
asked by anonymous 25.06.2015 / 19:05

1 answer

1

Solution

After much hitting the head, I figured out how to do it.

Just go to File > Options > Client Settings

And leave the advanced options this way:

    
10.07.2015 / 15:30