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.