Access 2007 version of IsMDE

DCrake

Remembered
Local time
Today, 08:54
Joined
Jun 8, 2005
Messages
8,626
In Earlier versions of Access I used a function called IsMde() to decide what type of file was running mdb v mde. The reason I did this was on my application close button it either .Quit for the Mde or .Close for the Mdb.

Obviously the extensions have changed so inturn the code needs amending. Has anyone got an update to this.

Update:

Got around it by checking the currentproject.name
 
Last edited:
This is off the top of my head, but I don't believe anything needs to be changed. It's still named IsMDE even in an accd* file.
 

Users who are viewing this thread

Back
Top Bottom