user permissions

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

    #1

    user permissions

    hi
    i have made a small database for pilots to log their flying time. i
    want to set either some user permissions or startup options so that the
    user might not see the database window nor he/she should be allowed to
    access it anyway. i also want that whenever being administrator i want
    to make any modifications in the design of the db i should be able to
    access all the features from the same file. i have tried using the
    startup option in the tools menu but what ever environment is set once
    it is good for all the users (thats what i know). how can i create a
    user id based startup environment in access, i have also tried to use
    "user level security" but could not achieve what i wanted. how should i
    get around this problem. please be eleborate in your reply. thanx in
    advance.
    bye and tc

  • Keith Wilby

    #2
    Re: user permissions

    "x" <cupidisdangero us@hotmail.com> wrote in message
    news:1141979021 .268950.49870@j 52g2000cwj.goog legroups.com...[color=blue]
    > hi
    > i have made a small database for pilots to log their flying time. i
    > want to set either some user permissions or startup options so that the
    > user might not see the database window nor he/she should be allowed to
    > access it anyway. i also want that whenever being administrator i want
    > to make any modifications in the design of the db i should be able to
    > access all the features from the same file. i have tried using the
    > startup option in the tools menu but what ever environment is set once
    > it is good for all the users (thats what i know). how can i create a
    > user id based startup environment in access, i have also tried to use
    > "user level security" but could not achieve what i wanted. how should i
    > get around this problem. please be eleborate in your reply. thanx in
    > advance.
    > bye and tc
    >[/color]

    You can deny access to the db window by setting the startup options "display
    db window" and "allow special keys". However, what you also need to do is
    disable the "bypass" (shift) key that can be used to defeat startup
    options. You need to create and set the "AllowBypassKey " property - search
    the help for more info.

    There are free utilities available on the web to control whether or not the
    bypass key is enabled. Search this group for "Albert D. Kallal" to find his
    web site, that's where I got mine from (many thanks Albert!).

    You'd also need to provide custom menus to stop users gaining access to your
    design using the built-in menus.

    You should also split your app into front and back ends so that you can work
    on your design without disrupting your users.

    HTH - Keith.



    Comment

    Working...