using dropdown box to display db record & update record

Ask a Question related to ASP, Design and Development.

  1. #1

    Default using dropdown box to display db record & update record

    Hi Folks,

    I have a web database written in asp and using access97. I have many
    projects, but each project is being held responsible by a person. All
    people and projects come from the database. Looks like this:

    Responsible Person Project Name

    Canter, Joe Project A
    Williams, Bob Project B
    Fowler, James Project C
    Canter, Joe Project D

    I can have these database displayed in a table using asp and it works
    fine. What I really want to do is where you see the Responsible names
    above which corresponds to a particular project, I want those names to
    appear in a drop down box. The drop down box will still have the
    Responsible names above displayed but at the same time pull all of the
    other Responsible names in the database as a selection--this way a user
    can view the above table and re-assign people to different project as
    they want. After doing so, they can click submit and the database
    containg Responsible Person and Project Name is updated. I have been
    trying different ways but nothing seems to work. If you could give me
    any help or advice, I GREATLY appreciate it.

    Thank you in advance
    Jim

    *** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
    Don't just participate in USENET...get rewarded for it!
    Jimmy Tran Guest

  2. Similar Questions and Discussions

    1. How can I display daily record?
      Hi.. How can I display daily record for one month? I have to make in main page daily subject and details, for any day it well display different...
    2. How to display first record in bold
      Hello, I'm pulling news titles from MySQL. How Can I display first record in bold (different than other ones). What is the best way to do that....
    3. last record doesn't display
      http://www.middletree.net/debug/DisplaySortableTickets.html Doing an Intranet-based app in ASP. I put the view source version (that is, no ASP...
    4. Update existing From record with changes on new To record
      I need to create a history record and update a current record from one input form. The two tables are joined with a query and the table names and...
    5. Display whole record
      The best way to do this is to use an unbound combo (one with nothing in its Control Source property) for navigation. Details:...
  3. #2

    Default Re: using dropdown box to display db record & update record

    On Fri, 03 Oct 2003 07:44:44 -0700, Jimmy Tran <hunganh20@yahoo.com>
    wrote:
    >Hi Folks,
    >
    >I have a web database written in asp and using access97. I have many
    >projects, but each project is being held responsible by a person. All
    >people and projects come from the database. Looks like this:
    >
    >Responsible Person Project Name
    >
    >Canter, Joe Project A
    >Williams, Bob Project B
    >Fowler, James Project C
    >Canter, Joe Project D
    >
    >I can have these database displayed in a table using asp and it works
    >fine. What I really want to do is where you see the Responsible names
    >above which corresponds to a particular project, I want those names to
    >appear in a drop down box. The drop down box will still have the
    >Responsible names above displayed but at the same time pull all of the
    >other Responsible names in the database as a selection--this way a user
    >can view the above table and re-assign people to different project as
    >they want. After doing so, they can click submit and the database
    >containg Responsible Person and Project Name is updated. I have been
    >trying different ways but nothing seems to work. If you could give me
    >any help or advice, I GREATLY appreciate it.
    >
    When you say it doesnt work, what do you mean? Does it not fill the
    list? Does it not update correctly?
    Dan Brussee 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