Ask a Question related to ASP, Design and Development.
-
Jimmy Tran #1
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
-
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... -
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.... -
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... -
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... -
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:... -
Dan Brussee #2
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:
When you say it doesnt work, what do you mean? Does it not fill the>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.
>
list? Does it not update correctly?
Dan Brussee Guest



Reply With Quote

