I want to compact a series of databases. Currently, I use a combo box and set it to run a macro to open and compress each database (run app command with a path as follows:
"c:\programs\msoffice\msaccess.exe" "c:\documents\dbname.mdb"/compact
Currently, I have to individually select each databse in the combo box, then click the command box, etc. and, if this is the best I can do, so be it.
However, I am playing around with the concept of tryiing to create something that will run a macro to compact the first database, then, once the first one is finished compacting to compact the second one etc. etc.
Am I nutso or is there a possibility that I can do something like this. Thanks in advance for any answers I receive.
"c:\programs\msoffice\msaccess.exe" "c:\documents\dbname.mdb"/compact
Currently, I have to individually select each databse in the combo box, then click the command box, etc. and, if this is the best I can do, so be it.
However, I am playing around with the concept of tryiing to create something that will run a macro to compact the first database, then, once the first one is finished compacting to compact the second one etc. etc.
Am I nutso or is there a possibility that I can do something like this. Thanks in advance for any answers I receive.