eaglesphan Posted July 1, 2004 Share Posted July 1, 2004 As an example, this is what I have static: English Department Professors: Smith, Murray, King Associate: Professors: Jones, Rogers, Henry Assistant Professors: White, Scott, Stewart Instructors: Davis, Jackson, Walker Is there a way to pull all the faculty who belong to the English department and list them like the above sorted by their rank? If the results of a recordset are returned into the $row_rs_faculty array, is there a way to separate the results so they can be used as dynamic text to list the names? How exactly would that work? (if it can in fact be done) Quote Link to comment Share on other sites More sharing options...
WellBaffled Posted July 1, 2004 Share Posted July 1, 2004 With several seperate queries, one for each faculty its easy, though a loop would be a better way of doing this. Search Google for tutorials on threading Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.