DreamGenius
Annoying Questionner
- Local time
- Today, 16:09
- Joined
- Jul 29, 2004
- Messages
- 116
As a rule, when starting a new database, I set certain things up in advance, such as Tools > Options > General > Compact On Close in MS Access and Tools > Options > Editor > Require Variable Declaration in VBA IDE.
I've now started exploring MDEs to keep users from playing about with my developed application (and breaking it) and they appear to compact on close, as required, but create an MDB file, which I obviously don't want.
I suspect it's as simple as disabling Compact On Close and recompiling the MDE but:
I've now started exploring MDEs to keep users from playing about with my developed application (and breaking it) and they appear to compact on close, as required, but create an MDB file, which I obviously don't want.
I suspect it's as simple as disabling Compact On Close and recompiling the MDE but:
- Is it necessary or advisable to Compact On Close when using an MDE
- Can I somehow force it, without using tons of code, to revert to MDE after Compacting