I have a little app that I locked down very tight in Access 2007. However a test run with access 2010 shows there was a security hole. It has to do with Ribbons. In Access 2007 I turned off all the developer ribbons and allowed the compact and repair button on a customized ribbon when the user brought up the maintenance form. Yet when I opened the database in programmer mode all the ribbons were now accessible. However, in 2010 the FILE tab ribbon must now be turned off at the current DB level (turning it off for all forms). And it's still off when I open in programmer mode. This leads me to ask a few questions...
Is it possible to set the default CurrentDB ribbon in VBA to take affect on next run? Or is it best to make a new tab that displays when the maintenance form displays. And finally what is the new method of calling the Compact and repair from VBA in 2010? (sendkeys FMC didn't work so well any more)?
Is it possible to set the default CurrentDB ribbon in VBA to take affect on next run? Or is it best to make a new tab that displays when the maintenance form displays. And finally what is the new method of calling the Compact and repair from VBA in 2010? (sendkeys FMC didn't work so well any more)?