Show only form to user

Ask a Question related to Microsoft Access, Design and Development.

  1. #1

    Default Show only form to user

    If you just want to hide the database window...

    Tools | StartUp

    Uncheck the 'Display Database Window' box.

    When you want to see the database window again you can
    either just press F11 or you can reopen the database while
    holding down the Shift key. Good luck.
    >-----Original Message-----
    >Hi,
    >
    >I have created a .mdb database in which i created several
    >forms for the users. I have created a macro to
    >automatically open the form when the database is opened.
    >is there any way i can hide the access environment
    behind,
    >like is there any way only the forms can be visible to
    the
    >user so that the concept of tables and queries can be
    >completely hidden from them?
    >
    >Thanks,
    >Ketaki
    >.
    >
    Elwin Guest

  2. Similar Questions and Discussions

    1. How to show a Access Denied Page when User is not in Role?
      Hello I have Implemented the Forms Based Authentication and manageing Roles on the Directories. If a User is not in Role on some Sub directory of...
    2. Password form doesn't show ***
      The url to the page, or the code; is better than a screenshot. what i'm guessing is wrong- that's a regular text field input area. Change it to...
    3. show a message to user (WebApplication)
      Hi all, I would like show a message to user when the function's result return "false"... like this .... if (! my_function(params))...
    4. User changing something on a form makes asp.net take user to login page
      Hi, I have an application that displays the database table records on the web page, the user can navigate thru the contents and make changes and...
    5. new records will not show up in form
      I have created a form using a query and I want to add new records, and I want them to show up in the form. However, when I add new records they...
  3. #2

    Default Show only form to user

    Tools - Startup- take the tick out of display database
    window.

    Regards
    Craig
    >-----Original Message-----
    >Hi,
    >
    >I have created a .mdb database in which i created several
    >forms for the users. I have created a macro to
    >automatically open the form when the database is opened.
    >is there any way i can hide the access environment
    behind,
    >like is there any way only the forms can be visible to
    the
    >user so that the concept of tables and queries can be
    >completely hidden from them?
    >
    >Thanks,
    >Ketaki
    >.
    >
    craig Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139