I once made a split database with tables in the back end and read-only queries in the front end. I was hoping that the backend would only be in use when people ran the queries and otherwise would not be in use. That is, I would be able to compact and repair, redesign tables, write back-end VBA most of the time.
It didn't work. Even for read-only stuff, The back end was 'in use' for as long as anyone had one of the queries open. Is there a good way to acheive my original vision?
It didn't work. Even for read-only stuff, The back end was 'in use' for as long as anyone had one of the queries open. Is there a good way to acheive my original vision?