C constantG Registered User. Local time Today, 21:37 Joined Jun 24, 2009 Messages 92 Jun 20, 2014 #1 I created an MDE file for my application it's a split db when I hit the exit command button on the MDB version it quits the application correctly but when I do the same thing on the MDE version, it leaves the database window open on the taskbar.
I created an MDE file for my application it's a split db when I hit the exit command button on the MDB version it quits the application correctly but when I do the same thing on the MDE version, it leaves the database window open on the taskbar.
GinaWhipp AWF VIP Local time Today, 16:37 Joined Jun 21, 2011 Messages 5,896 Jun 20, 2014 #2 Hmm, is it possible you opened a Recordset and forgot to close it? While .MDB would forgive such an action the .MDE won't. Another thought, what line are you using to close with?
Hmm, is it possible you opened a Recordset and forgot to close it? While .MDB would forgive such an action the .MDE won't. Another thought, what line are you using to close with?