AccessDiscussion of Microsoft Access database design and programming. See also the forums for Access ASP and Access VBA.
Welcome to the p2p.wrox.com Forums.
You are currently viewing the Access section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
Iâve never tried to compact a password protected database, but from the information within the Access help file I believe that you only need to specify the password â;pwd=â option if you intend to specify a new password in the newdb.
I wonder if someone could try this and let me know if it is in fact possible or not - I can't find any documentation on it - at least nothing that specifically refers to compacting a secured database from code... nothing that I can make work.
Thanks, but it's not the current database I want to compact. I have a separate Access front end and back end - the back end has no code - just data - and it's pwd secured.
I want to compact the back end from the front end - works fine if the back end isn't pwd protected - but I can't get it to work when the pwd is on.
My research suggests it should work - but I haven't had much luck.