sql - automating decompile / recompile in ms-access -


my front end time time getting larger. building new reports , forms.

i know remou suggests decompile , compile every make sure nothing corrupt. can automate decompile/ recompile process?

what kind of automation have in mind?

edit: if intend automate this, don't automate decompile in isolation; include backup , compact decompile.

you try 1 line in bat file, changing paths match version of msaccess.exe , database file:

"c:\program files\microsoft office\office\msaccess.exe" /decompile "c:\mypath\mydatabase.mdb" 

danny lesandrini discussed other options decompile , other maintenance type stuff in database journal article: microsoft access file backup , maintenance options

i think mentioned method use ... decompile context menu option in windows explorer. can find more information including reg file @ getting decompile , compact context menu options


Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -