> There are 2 types of security that need to be thought of. The code which
> can be made into an MDE and secured fairly well (although it can be
> cracked with some real effort) and the data. If you need absolute security
> on the data, you will need to use a server based data engine like
> SQL-Server. Any file-server database is only as secure as the machine it's
> running on, and the people using it. If you can't trust your users, you
> should allow them to be using it at all.
> --
> Arvin Meyer, MCP, MVP
>
http://www.datastrat.com>
http://www.mvps.org/access>
http://www.accessmvp.com>
>
> "George" <george[ at ]jungle.nz> wrote in message
> news:493824a0$0$763$5402220f[ at ]news.sunrise.ch...
>> Hello
>>
>> Is there a way to secure at 100% an Access database?
>> The password offered in the security options of Access is not secure
>> enough. There are many softwares on Internet that can get this password
>> for less then 20$.
>>
>>
>>
>> What I thought to do is let the users get connected to an application
>> that will check the rights of connection. If the user has sufficient
>> rights, then lunch the database.
>>
>>
>>
>> But even this solution is not secure enough, because anyone can create a
>> new database and imports into it all the database objects without having
>> to go through the connection application I'd have made. He will hit on an
>> access password that he'll crack 'easily' and all the development would
>> be useless.
>>
>>
>>
>> Thanks for any relevant suggestion!
>>
>>
>
>