1
As it opens multiple instances of the same Access Bank, I saw that a former co-worker used the command:
Shell "MSACCESS.EXE " & Chr(34) & CurrentDb.Name & Chr(34)
But when executing me returns an error saying that the Bank is already open in 'Admin' mode by another user, in which case it is me.