Show Field based on Checkbox

Ask a Question related to Dreamweaver AppDev, Design and Development.

  1. #1

    Default Show Field based on Checkbox

    ASP/ACCESS

    I have a table that contains user data (e.g. username, password, email,
    etc.) along with some checkboxes that signify whether or not a user can see
    a variety of links upon login. For instance, if the Level 1 checkbox is
    checked the user will be provided with the links, etc. that are attributed
    to Level 1. I know how to do this, without checkboxes, using
    MM_UserAuthorization but this does not server my purposes anymore. How
    would I (can it be done) write something like this?

    Any help would be tremendously appreciated.


    -- Guest

  2. Similar Questions and Discussions

    1. Howto bind CheckBox to the datagrid/ Then update the database field when the checkbox is clicked.
      I am trying to update the database field when the checkbox is clicked. I am trying to modified the following solution but.. got stuck on the...
    2. Delete mulitple records from list based on checkbox?
      Hi - using ASP/ACCESS/VBscript Need an good and not expesive extension for making a page where I can delete multiple records from a list based on...
    3. Checking a checkbox based upon a table field
      I have a template column in my grid that displays a checkbox. I would like to have the box checked if a field in the table that the grid is based...
    4. Capturing checked event for Template based checkbox.
      Getting to grips with the datagrid better than I thought, however I've hit another problem which hopefully someone will be able to help (again.) ...
    5. Setting a checkbox based on a value in a DB
      Hi, Based on a flag in my database table I want to make a server side checkbox checked. How can I dynamically do this through code? Thanks,...
  3. #2

    Default Re: Show Field based on Checkbox

    Nevermind...I figured it out.


    "--<^>--" <nope@nospam.com> wrote in message
    news:d4b1si$d91$1@forums.macromedia.com...
    > ASP/ACCESS
    >
    > I have a table that contains user data (e.g. username, password, email,
    > etc.) along with some checkboxes that signify whether or not a user can
    see
    > a variety of links upon login. For instance, if the Level 1 checkbox is
    > checked the user will be provided with the links, etc. that are attributed
    > to Level 1. I know how to do this, without checkboxes, using
    > MM_UserAuthorization but this does not server my purposes anymore. How
    > would I (can it be done) write something like this?
    >
    > Any help would be tremendously appreciated.
    >
    >

    -- 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