Guus2005 AWF VIP Local time Today, 19:19 Joined Jun 26, 2007 Messages 2,636 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 Today, 10:19 Joined May 3, 2004 Messages 1,408 Feb 18, 2008 #2 Try this link: API: Preventing multiple instances of a database
Guus2005 AWF VIP Local time Today, 19:19 Joined Jun 26, 2007 Messages 2,636 Feb 19, 2008 #3 That's it! Thanks!