jhablitzel
Technical User
I have a radio automation application that stores a log file of items that have played. The log file is an Access '97 compatible MDB file. The problem is that is stores each days log in a separate MDB with the date as the file name. There is only one table in the MDB and it has the same format every day. I would like to combine these into one large database that contains a year of logs which would then allow me to write some custom reports against the data. I'm pretty familiar with Access and have done quite a bit of VBA code and a couple of different Access applications, but I can't for the life of me figure out how this could be done. Any ideas?