J jeff_i Registered User. Local time Today, 05:39 Joined Jan 24, 2003 Messages 50 Feb 25, 2003 #1 I have a FE BE database on a network the problem is if the network drops someones connection I get a corrupt BE, is it possible to monitor a network connection and close if one is lost? Jeff
I have a FE BE database on a network the problem is if the network drops someones connection I get a corrupt BE, is it possible to monitor a network connection and close if one is lost? Jeff
W WayneRyan AWF VIP Local time Today, 10:39 Joined Nov 19, 2002 Messages 7,120 Feb 25, 2003 #2 Jeff, You could use the timer event on a hidden form. When it fires you could use the Dir function. If it fails, then you can do a DoCmd.Quit. Wayne
Jeff, You could use the timer event on a hidden form. When it fires you could use the Dir function. If it fails, then you can do a DoCmd.Quit. Wayne