Guus2005 AWF VIP Local time Today, 06:06 Joined Jun 26, 2007 Messages 2,642 Feb 18, 2008 #1 I need some code that checks if i already opened the database. I can't use the /EXCL option because 10+ people are also using it. I had this code when working with Acc97 but i seem to have lost it.
I need some code that checks if i already opened the database. I can't use the /EXCL option because 10+ people are also using it. I had this code when working with Acc97 but i seem to have lost it.
B ByteMyzer AWF VIP Local time Yesterday, 21:06 Joined May 3, 2004 Messages 1,409 Feb 18, 2008 #2 Try this link: API: Preventing multiple instances of a database
Guus2005 AWF VIP Local time Today, 06:06 Joined Jun 26, 2007 Messages 2,642 Feb 19, 2008 #3 That's it! Thanks!