I have a VB prog that reads from and writes to an mdb which is password protected. I've noticed that a non password protected version of my mdb works fine with this app.

I really would like the prog to stop if the mdb is not password protected. Any ideas on how to do this?

I assume I'd have to somehow test a prop of the mdb to see if the password is activated.

Thanks for any help.