Runtime Security

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • DD

    Runtime Security

    I have conquered the previous problems and i am now at the stage of
    running the permissions for the Guest account

    My problem is:
    I dont want the guest to be able to open the tables qrys etc only to
    view the forms
    when i apply the permissions and open the database the Guest has
    access to everything

    mmmm.
    something not right

    I am applying to the user Guest the following permission Read Data i
    leave all other fields blank

    where am i going wrong?
    thanks in advance
    dd
  • Keith Wilby

    #2
    Re: Runtime Security

    david.deacon@bi gpond.com.au (DD) wrote:
    [color=blue]
    > My problem is:
    > I dont want the guest to be able to open the tables qrys etc only to
    > view the forms
    > when i apply the permissions and open the database the Guest has
    > access to everything
    >
    > I am applying to the user Guest the following permission Read Data i
    > leave all other fields blank[/color]

    As a general rule of thumb, don't apply permissions at user-level but at
    group level. As the number of users grows it would quickly become
    unmanagable. :o)

    In order to deny access to the tables and queries, as well as setting the
    permissions as appropriate you need to hide the database window using
    "Tools ... Startup ... Hide Database Window". Use the same dialog box to
    open your form on startup.

    Be aware though that there are ways of bypassing the Hide Database Window
    feature (holding <Shift> on open and F7). This issue has been discussed on
    here at great length and a quick Google search on "bypass key" should get
    you enough to go on.

    HTH - Keith.

    Comment

    Working...