MS Access Database Security

Soldato
Joined
8 Oct 2005
Posts
4,184
Location
Midlands, UK
Hi,

I have an pre-made access database that allows me execute some simple sql based on 3 or 4 tables and output the results. The databse is in .mdb format and has been secured so i am only able to view and use a single form. However, i'd like to know how this was done exactly and would like to view the code behind some of the buttons for learning purposes. I have a copy of the database but am slightly hesitant to make it available publicly as it was from a course i attended in the past.

Could anyone pioint me in the right direction on how a database can be secured in the way described above? If a copy of the db is needed just say.

Thanks for any help
 
Let me get this right.

You have an Access database, and you just want to protect it similar to the one you already have?

If that's the case, I can't remember the exact menu names, but in the Tools menu of Access, there should be an option to "Create MDB", which will compile and compact the database into an 'almost' standalone database which no one can look at.

Just make sure you don't lose the uncompiled version!
 
Just try holding the shift key down when it loads - that may give you access to the database window?

Mel P
 
Let me get this right.

You have an Access database, and you just want to protect it similar to the one you already have?

If that's the case, I can't remember the exact menu names, but in the Tools menu of Access, there should be an option to "Create MDB", which will compile and compact the database into an 'almost' standalone database which no one can look at.

Just make sure you don't lose the uncompiled version!

Does creating an mdb clear all the standard access menus too - like in the example below:

http://img258.imageshack.us/img258/9691/axshi6.png

Cheers
 
Back
Top Bottom