On 19 Aug 2004 06:41:10 -0700,
noladeveloper@cox.net (Jason Smith)
wrote:
The ONLY secure way to prevent people from seeing your source code is
to distribute an MDE. It does not have any source code.
-Tom.
[color=blue]
>I have recently designed an application in Ms Access with the
>folllowing security:
>
>1) Database is split into a front-end / backend with linked tables
>2) All modules are password protected
>3) Bypass shift code used to disable bypassing startup routines
>4) Users enter database through login screen which checks login from
>an Access table. This table is imported; not linked in the front-end.
>5) The menubar on the startup form has been set to "=1" meaning no
>menu will appear on this form.
>
>How secure is this application? Is there still a way for users to get
>into the design mode of the front-end or modify any code in the
>database? Can more be done to increase security? Is this better than
>the security built in Access using the workgroup file?
>
>Any input would be greatly appreciated.[/color]