dynamic menu item to select info from DB

Ask a Question related to Macromedia Dynamic HTML, Design and Development.

  1. #1

    Default dynamic menu item to select info from DB

    Dear all,

    I am using dw 8 and ms access 2003. I have created a dynamic menu form object
    that is populated via distinct fields in an access table. I need to be able to
    display additional table fields based upon the selected menu item. My goal is
    to have the results display on the same web page. I also have other objects
    (tables, links, etc.) below the desired "results" area.

    I just began using dw last week, so I'm still trying to understand the
    components and how to make them all interact.

    I unsuccessfully attempted to create a recordset from the access table using a
    form and url value, since these are non-existent when the page loads.

    Any assistance will be greatly appreciated.

    Thank you.

    "impuzzled"


    impuzzled Guest

  2. Similar Questions and Discussions

    1. ComboBox select Item
      Hi all, i have a combobox with n entities - and on init i want to select e.g. the second entity. I tried to use selectedItem, getChildAt and and...
    2. Select combo box item from script in CF
      I have a CF generated flash form that I would like to use to edit address records. The form has a <cfselect><option> list of states. When the form...
    3. xml - how to select next item in loop?
      Hello, Sorry to crosspost, just didn't know which group was more relevant. I am importing an xml file into my flash and assigning the value...
    4. Automatic select of first item in listbox
      I want to select the first item in a listbox on a form. I used: Me!MyListbox.Selected(0) = True The result is that the first item is indeed...
    5. How do I select item in <SELECT>
      list box based on a POST method to the same page. frm.cmbList.Value=Request.Form("cmbList") doesn't work. When the page loads, it reloads the...
  3. #2

    Default Re: dynamic menu item to select info from DB

    hmmm, im puzzled to.
    So you have a dropdown menu, the user selects an option...then based on the users selection, details related to this are displayed. Correct!?
    davebusey 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