![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Newbie
Join Date: Feb 2006
Posts: 5
Rep Power: 0
![]() |
Project List!
Hi, Need a bit of help.
ive designed a web-based system that allows to add a student project to a project list. The Project list has the following fields- PROJECT ID, PROJECT DETAILS, PROJECT TITLE, PROJECT ORIGINATOR. The project list will have around 100 student projects. What i would like to do is to click on the project orginator title and all the project originators would be shown in alphabetical order. How can that be done? Any1 have any idea how to do this....... plz let me know. thanx........ |
|
|
|
|
|
#2 |
|
Professional Programmer
|
select * from projects WHERE PROJECT_ORIGINATOR = person ORDER by PROJECT_ORIGINATOR;
|
|
|
|
|
|
#3 |
|
Professional Programmer
|
@raf_123 - Perhaps giving sql a look wouldn't hurt
__________________
Don't take life too seriously, it's not permanent ! |
|
|
|
|
|
#4 |
|
Programming Guru
![]() ![]() ![]() |
depends on how / where your information is stored.
__________________
http://jasonpowers.net "There are a thousand hacking at the branches of evil to one who is striking at the root." |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|