I'm trying to write a vbscript that will export and import the code modules from an Access MDB file to text files.
From within the app I can loop through the DAO Container & Documents and use the 'undocumented' Application.SaveAsText method, but can I do it exeternally?
Your thoughts and ideas are appreciated.
Ben