More than a year later, this functionality is still desired, though; so if anyone ever comes up with a solution, please

do post it here, pretty-please
![[ponytails2] [ponytails2] [ponytails2]](/data/assets/smilies/ponytails2.gif)
.
My reason for wanting the functionality is to be able to create MDEs automatically for *a list of databases, all at once*. I want to make *my* job easier by implementing a batch update

.
* * * *
I perform periodic updates to a whole batch of databases. Specifically, there is one module which goes into every database in general use at this company; that module contains a series of global constants that occasionally changes.
I already have a routine that exports the module into every relevant database automatically, and without intervention on my part. If I can create a routine to automatically create MDEs from the updated MDBs, then I'll have a complete batch update routine! I edit the module, doing what is needed to the constants, then save it and run a VB Sub that exports the module to all my other databases automatically. As things stand, I still have to compile each one separately and manually; but I'd love to eliminate that need
![[sadeyes] [sadeyes] [sadeyes]](/data/assets/smilies/sadeyes.gif)
.
Microsoft's solution uses the SendKeys statement, which is too often unreliable because of the unpredictability of results. I avoid SendKeys if at all possible.
Right now, I use the RunCommand acCmdMakeMDEFile, and respond to the dialogs manually; at least my routine handles looping through all the relevant databases for me. In fact, since I have the database name in a variable, I change the extension and then get the name copied to the clipboard -- so that when the dialog comes up, all I have to do is use SHIFT-INS to paste the database name into the correct spot on the dialog, then hit RETURN. But, of course, I want more and better ;-) .
I'd love to hear if anyonce comes up with a solution (for Access 97, especially!).
-- C Vigil =)
(Before becoming a member, I also signed on several posts as
"JustPassingThru" and "QuickieBoy" -- as in "Giving Quick Answers"
